1 /* -*- C -*- */ 2 /* @configure_input@ */ 3 4 #ifndef config_h_included 5 #define config_h_included 6 7 /************************************************************************* 8 * This section is automatically generated by 'configure'. Adjust these 9 * if configure didn't make a correct guess for your system. 10 *************************************************************************/ 11 12 /* Define to `int' if <sys/types.h> doesn't define. */ 13 #undef ino_t 14 15 /* Define to `int' if <sys/socket.h> doesn't define. */ 16 #undef socklen_t 17 18 /* Define if you have AIX send_file() semantics */ 19 #undef HAVE_AIX_SENDFILE 20 21 /* Define if you have BSD sendfile() semantics */ 22 #undef HAVE_BSD_SENDFILE 23 24 /* Define if you have Linux sendfile() semantics */ 25 #undef HAVE_LINUX_SENDFILE 26 27 /* Define if your <syslog.h> defines the LOG_CRON macro */ 28 #undef HAVE_LOG_CRON 29 30 /* Define if your <syslog.h> defines the LOG_FTP macro */ 31 #undef HAVE_LOG_FTP 32 33 /* Define if you want support for PAM based authentication */ 34 #undef HAVE_PAM 35 36 /* Define if your DIR structure has member dd_fd */ 37 #undef HAVE_STRUCT_DIR_DD_FD 38 39 /* Define if your DIR structure has member __dd_fd */ 40 #undef HAVE_STRUCT_DIR___DD_FD 41 42 /* Define if your system has __progname */ 43 #undef HAVE___PROGNAME 44 45 /* Define if your system has _pw_stayopen variable (IRIX specific?) */ 46 #undef HAVE__PW_STAYOPEN 47 48 /* Define if your system has the sendfile function */ 49 #undef HAVE_SENDFILE 50 51 /* Define this if you have the setpassent function */ 52 #undef HAVE_SETPASSENT 53 54 /* Define if your system has the setproctitle function */ 55 #undef HAVE_SETPROCTITLE 56 57 /* Define if your DIR structure has member d_fd */ 58 #undef HAVE_STRUCT_DIR_D_FD 59 60 /* Define if you have the <syslog.h> header file. */ 61 #undef HAVE_SYSLOG_H 62 63 /* Define if your struct utmp has ut_host */ 64 #undef HAVE_UT_UT_HOST 65 66 /* Define if your struct utmp uses ut_user and not ut_name */ 67 #undef HAVE_UTMAXTYPE 68 69 #define PF_ARGV_NONE 0 70 #define PF_ARGV_NEW 1 71 #define PF_ARGV_WRITEABLE 2 72 #define PF_ARGV_PSTAT 3 73 #define PF_ARGV_PSSTRINGS 4 74 75 /* If you don't have setproctitle, PF_ARGV_TYPE needs to be set to either 76 * PF_ARGV_NEW (replace argv[] arguments), PF_ARGV_WRITEABLE (overwrite 77 * argv[]), PF_ARGV_PSTAT (use the pstat function), or PF_ARGV_PSSTRINGS 78 * (use PS_STRINGS). 79 * 80 * configure should, we hope <wink>, detect this for you. 81 */ 82 #undef PF_ARGV_TYPE 83 @TOP@ 84 85 /* autoheader generated things inserted here. */ 86 87 @BOTTOM@ 88 #ifndef STDIN_FILENO 89 #define STDIN_FILENO 0 90 #endif /* STDIN_FILENO */ 91 92 #ifndef STDOUT_FILENO 93 #define STDOUT_FILENO 1 94 #endif /* STDOUT_FILENO */ 95 96 #ifndef STDERR_FILENO 97 #define STDERR_FILENO 2 98 #endif /* STDERR_FILENO */ 99 100 #ifndef CONFIG_FILE_PATH 101 #undef CONFIG_FILE_PATH 102 #endif /* CONFIG_FILE_PATH */ 103 104 #ifndef PID_FILE_PATH 105 #undef PID_FILE_PATH 106 #endif /* PID_FILE_PATH */ 107 108 #ifndef RUN_DIR 109 #undef RUN_DIR 110 #endif /* RUN_DIR */ 111 112 #endif /* config_h_included */ 113