home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Mail / qpopper-2.4-MIHS / config.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-11-16  |  4.3 KB  |  154 lines

  1. /* config.h.  Generated automatically by configure.  */
  2. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  3.  
  4. /* Define to empty if the keyword does not work.  */
  5. /* #undef const */
  6.  
  7. /* Define to `int' if <sys/types.h> doesn't define.  */
  8. /* #undef gid_t */
  9.  
  10. /* Define if you don't have vprintf but do have _doprnt.  */
  11. /* #undef HAVE_DOPRNT */
  12.  
  13. /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
  14. /* #undef HAVE_SYS_WAIT_H */
  15.  
  16. /* Define if you have the vprintf function.  */
  17. #define HAVE_VPRINTF 1
  18.  
  19. /* Define to `long' if <sys/types.h> doesn't define.  */
  20. /* #undef off_t */
  21.  
  22. /* Define if you need to in order for stat and other things to work.  */
  23. /* #undef _POSIX_SOURCE */
  24.  
  25. /* Define as the return type of signal handlers (int or void).  */
  26. #define RETSIGTYPE void
  27.  
  28. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  29. /* #undef size_t */
  30.  
  31. /* Define if you have the ANSI C header files.  */
  32. #define STDC_HEADERS 1
  33.  
  34. /* Define if `sys_siglist' is declared by <signal.h>.  */
  35. /* #undef SYS_SIGLIST_DECLARED */
  36.  
  37. /* Define to `int' if <sys/types.h> doesn't define.  */
  38. /* #undef uid_t */
  39.  
  40. #define DEBUG 1
  41. #define GDBM 1
  42. #define MAIL_COMMAND "/usr/lib/sendmail"
  43. #define POP_MAILDIR "/usr/spool/mail"
  44. /* #define POP_DROP "/usr/spool/mail/.%s.pop" */
  45. #define POP_DROP "/usr/local/etc/popper/spool/.%s.pop"
  46. #define POP_TMPDROP "/usr/spool/mail/tmpXXXXXX"
  47. #define POP_TMPXMIT "/usr/spool/mail/xmitXXXXXX"
  48. #define AUTHFILE "/usr/local/etc/popper/lib/auth_users_db"
  49. #define NONAUTHFILE "/usr/local/etc/popper/lib/non_auth_users_db"
  50. #define APOP "/usr/local/etc/popper/lib/pop_auth_db"
  51. #define POPUID "root"
  52. #define BULLDBDIR "/usr/local/etc/popper/bulletins"
  53. #define KEEP_TEMP_DROP 1
  54. /* #undef MAILOCK */
  55.  
  56. /* Define if you have the bcopy function.  */
  57. #define HAVE_BCOPY 1
  58.  
  59. /* Define if you have the flock function.  */
  60. #define HAVE_FLOCK 1
  61.  
  62. /* Define if you have the gethostname function.  */
  63. #define HAVE_GETHOSTNAME 1
  64.  
  65. /* Define if you have the getusershell function.  */
  66. #define HAVE_GETUSERSHELL 1
  67.  
  68. /* Define if you have the index function.  */
  69. #define HAVE_INDEX 1
  70.  
  71. /* Define if you have the set_auth_parameters function.  */
  72. /* #undef HAVE_SET_AUTH_PARAMETERS */
  73.  
  74. /* Define if you have the strdup function.  */
  75. /* #undef HAVE_STRDUP */
  76.  
  77. /* Define if you have the strerror function.  */
  78. #define HAVE_STRERROR 1
  79.  
  80. /* Define if you have the <dbm.h> header file.  */
  81. #define HAVE_DBM_H 1
  82.  
  83. /* Define if you have the <dirent.h> header file.  */
  84. /* #undef HAVE_DIRENT_H */
  85.  
  86. /* Define if you have the <fcntl.h> header file.  */
  87. #define HAVE_FCNTL_H 1
  88.  
  89. /* Define if you have the <gdbm.h> header file.  */
  90. #define HAVE_GDBM_H 1
  91.  
  92. /* Define if you have the <maillock.h> header file.  */
  93. /* #undef HAVE_MAILLOCK_H */
  94.  
  95. /* Define if you have the <ndbm.h> header file.  */
  96. #define HAVE_NDBM_H 1
  97.  
  98. /* Define if you have the <ndir.h> header file.  */
  99. /* #undef HAVE_NDIR_H */
  100.  
  101. /* Define if you have the <net/errno.h> header file.  */
  102. /* #undef HAVE_NET_ERRNO_H */
  103.  
  104. /* Define if you have the <netinet/in.h> header file.  */
  105. #define HAVE_NETINET_IN_H 1
  106.  
  107. /* Define if you have the <prot.h> header file.  */
  108. /* #undef HAVE_PROT_H */
  109.  
  110. /* Define if you have the <strings.h> header file.  */
  111. #define HAVE_STRINGS_H 1
  112.  
  113. /* Define if you have the <sys/dir.h> header file.  */
  114. #define HAVE_SYS_DIR_H 1
  115.  
  116. /* Define if you have the <sys/fcntl.h> header file.  */
  117. #define HAVE_SYS_FCNTL_H 1
  118.  
  119. /* Define if you have the <sys/file.h> header file.  */
  120. #define HAVE_SYS_FILE_H 1
  121.  
  122. /* Define if you have the <sys/ndir.h> header file.  */
  123. /* #undef HAVE_SYS_NDIR_H */
  124.  
  125. /* Define if you have the <sys/netinet/in.h> header file.  */
  126. /* #undef HAVE_SYS_NETINET_IN_H */
  127.  
  128. /* Define if you have the <sys/param.h> header file.  */
  129. #define HAVE_SYS_PARAM_H 1
  130.  
  131. /* Define if you have the <sys/security.h> header file.  */
  132. /* #undef HAVE_SYS_SECURITY_H */
  133.  
  134. /* Define if you have the <sys/stat.h> header file.  */
  135. #define HAVE_SYS_STAT_H 1
  136.  
  137. /* Define if you have the <sys/syslog.h> header file.  */
  138. #define HAVE_SYS_SYSLOG_H 1
  139.  
  140. /* Define if you have the <sys/types.h> header file.  */
  141. #define HAVE_SYS_TYPES_H 1
  142.  
  143. /* Define if you have the <sys/unistd.h> header file.  */
  144. /* #undef HAVE_SYS_UNISTD_H */
  145.  
  146. /* Define if you have the <syslog.h> header file.  */
  147. #define HAVE_SYSLOG_H 1
  148.  
  149. /* Define if you have the <unistd.h> header file.  */
  150. #define HAVE_UNISTD_H 1
  151.  
  152. /* Define if you have the cposix library (-lcposix).  */
  153. /* #undef HAVE_LIBCPOSIX */
  154.