home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 4 / CDPD_IV.bin / networking / tcpip / amitcp-support / wustl-ftpdaemon / src / config.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-06-29  |  729 b   |  41 lines

  1. #define HAVE_SYMLINK
  2. #undef  BSD
  3. #define HAVE_DIRENT
  4. #define HAVE_D_NAMLEN
  5. #undef  HAVE_FLOCK
  6. #undef  HAVE_FTW
  7. #define HAVE_GETCWD
  8. #define HAVE_GETDTABLESIZE
  9. #undef  HAVE_PSTAT
  10. #undef  HAVE_ST_BLKSIZE
  11. #undef  HAVE_SYSINFO
  12. #undef  HAVE_UT_UT_HOST
  13. #define HAVE_VPRINTF
  14. #define OVERWRITE
  15. #undef  SETPROCTITLE
  16. #undef  SHADOW_PASSWORD
  17. #define UPLOAD
  18. #undef  USG
  19. #define NO_MALLOC_PROTO
  20.  
  21. #define MAXPATHLEN 256
  22. #define L_SET 0
  23. #define L_INCR 1
  24. #define NGROUPS_MAX 16
  25. #define NCARGS 20480
  26. #define alloca malloc
  27. #define strcasecmp stricmp
  28. #define strncasecmp strnicmp
  29.  
  30. /* #include <malloc.h> */
  31. #include <stdlib.h>
  32. #include <unistd.h>
  33.  
  34. #ifndef FACILITY
  35. #define FACILITY LOG_DAEMON
  36. #endif
  37.  
  38. typedef void    SIGNAL_TYPE;
  39.  
  40. #include "/config.h"
  41.