home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Networking / wu-ftpd-2.4.2b13-MIHS / src / config / config.nx2 < prev    next >
Encoding:
Text File  |  1995-12-04  |  866 b   |  41 lines

  1. #define HAVE_SYMLINK
  2. #include <sys/param.h>  /* defined BSD */
  3. #undef  HAVE_DIRENT
  4. #undef  HAVE_D_NAMLEN
  5. #define HAVE_FLOCK
  6. #undef  HAVE_FTW
  7. #undef  HAVE_GETCWD
  8. #define HAVE_GETDTABLESIZE
  9. #undef  HAVE_PSTAT
  10. #define HAVE_ST_BLKSIZE
  11. #undef  HAVE_SYSINFO
  12. #define HAVE_UT_UT_HOST
  13. #define HAVE_VPRINTF
  14. #define NO_MALLOC_PROTO
  15. #define OVERWRITE
  16. #undef  REGEX
  17. #define SPT_TYPE SPT_REUSEARGV
  18. #undef  SHADOW_PASSWORD
  19. #define UPLOAD
  20. #undef  USG
  21.  
  22. #define S_ISREG(m)  (((m)&S_IFMT) == S_IFREG)
  23. #define S_ISDIR(m)  (((m)&S_IFMT) == S_IFDIR)
  24.  
  25. #include <libc.h>
  26.  
  27. /* NeXT defines this to be (void *)0, which is o.k. by ANSI, but the ftpd
  28.  * code has lots of misuses of NULL for char and int 0 */
  29. #undef NULL
  30. #define NULL    (0)
  31.  
  32. #ifndef FACILITY
  33. #define FACILITY LOG_DAEMON
  34. #endif
  35.  
  36. typedef int     mode_t;
  37. typedef int     pid_t;
  38. typedef void    SIGNAL_TYPE;
  39.  
  40. #include "../config.h"
  41.