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.nx3 < prev    next >
Encoding:
Text File  |  1995-12-04  |  981 b   |  49 lines

  1. #define HAVE_SYMLINK
  2. #include <sys/param.h>
  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_REGEX_H
  11. #define HAVE_ST_BLKSIZE
  12. #undef  HAVE_SYSINFO
  13. #define HAVE_UT_UT_HOST
  14. #define HAVE_VPRINTF
  15. #define NO_CRYPT_PROTO
  16. #define NO_MALLOC_PROTO
  17. #define OVERWRITE
  18. #undef  REGEX
  19. #define SPT_TYPE SPT_REUSEARGV
  20. #undef  SHADOW_PASSWORD
  21. #define UPLOAD
  22. #undef  USG
  23.  
  24. typedef int mode_t;
  25. typedef int pid_t;
  26. typedef void SIGNAL_TYPE;
  27.  
  28. #define S_ISREG(m)    (((m)&S_IFMT) == S_IFREG)
  29. #define S_ISDIR(m)    (((m)&S_IFMT) == S_IFDIR)
  30.  
  31. /* NeXT defines this to be (void *)0, which is o.k. by ANSI, but the ftpd
  32.  * code has lots of misuses of NULL for char and int 0 */
  33. #undef NULL
  34. #define NULL  (0)
  35.  
  36. #define shutdown system_shutdown
  37. #include <libc.h>
  38. #undef shutdown
  39.  
  40. #ifndef FACILITY
  41. #define FACILITY LOG_DAEMON
  42. #endif
  43.  
  44. #ifndef NGROUPS_MAX
  45. #define NGROUPS_MAX NGROUPS
  46. #endif
  47.  
  48. #include "../config.h"
  49.