config.h.in
上传用户:pycemail
上传日期:2007-01-04
资源大小:329k
文件大小:10k
- /* config.h.in. Generated automatically from configure.in by autoheader. */
- /* -*- C -*- */
- /* @configure_input@ */
- #ifndef config_h_included
- #define config_h_included
- /*************************************************************************
- * This section is automatically generated by 'configure'. Adjust these
- * if configure didn't make a correct guess for your system.
- *************************************************************************/
- /* Define if you have the <glob.h> header file. */
- #undef HAVE_GLOB_H
- /* Define if your <glob.h> defines GLOB_PERIOD macro. */
- #undef HAVE_GLOB_PERIOD
- /* Define if you already have a typedef for timer_t */
- #undef HAVE_TIMER_T
- /* Define if your struct utmp uses ut_user and not ut_name */
- #undef HAVE_UTMAXTYPE
- /* Define if your struct utmp has ut_host */
- #undef HAVE_UT_UT_HOST
- /* Define to `int' if <sys/types.h> doesn't define. */
- #undef ino_t
- /* Define to `mode_t' if <sys/types.h> doesn't define. */
- #undef umode_t
- /* Define if your system has _pw_stayopen variable (Irix specific?) */
- #undef HAVE__PW_STAYOPEN
- /* Define if you have the <syslog.h> header file. */
- #undef HAVE_SYSLOG_H
- /* Define if your <syslog.h> defines the LOG_CRON macro */
- #undef HAVE_LOG_CRON
- /* Define if your <syslog.h> defines the LOG_FTP macro */
- #undef HAVE_LOG_FTP
- /* Define if your system has the setproctitle function */
- #undef HAVE_SETPROCTITLE
- /* Define if your system has __progname */
- #undef HAVE___PROGNAME
- #define PF_ARGV_NONE 0
- #define PF_ARGV_NEW 1
- #define PF_ARGV_WRITEABLE 2
- #define PF_ARGV_PSTAT 3
- #define PF_ARGV_PSSTRINGS 4
- /* If you don't have setproctitle, PF_ARGV_TYPE needs to be set to either
- * PF_ARGV_NEW (replace argv[] arguments), PF_ARGV_WRITEABLE (overwrite
- * argv[]), PF_ARGV_PSTAT (use the pstat function), or PF_ARGV_PSSTRINGS
- * (use PS_STRINGS).
- *
- * configure should, we hope <wink>, detect this for you.
- */
- #undef PF_ARGV_TYPE
- /* Define if using alloca.c. */
- #undef C_ALLOCA
- /* Define to empty if the keyword does not work. */
- #undef const
- /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
- This function is required for alloca.c support on those systems. */
- #undef CRAY_STACKSEG_END
- /* Define to `int' if <sys/types.h> doesn't define. */
- #undef gid_t
- /* Define if you have alloca, as a function or macro. */
- #undef HAVE_ALLOCA
- /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
- #undef HAVE_ALLOCA_H
- /* Define if you don't have vprintf but do have _doprnt. */
- #undef HAVE_DOPRNT
- /* Define if your system has a working fnmatch function. */
- #undef HAVE_FNMATCH
- /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
- #undef HAVE_SYS_WAIT_H
- /* Define if you have the vprintf function. */
- #undef HAVE_VPRINTF
- /* Define to `int' if <sys/types.h> doesn't define. */
- #undef pid_t
- /* Define as the return type of signal handlers (int or void). */
- #undef RETSIGTYPE
- /* Define if the `setpgrp' function takes no argument. */
- #undef SETPGRP_VOID
- /* Define to `unsigned' if <sys/types.h> doesn't define. */
- #undef size_t
- /* If using the C implementation of alloca, define if you know the
- direction of stack growth for your system; otherwise it will be
- automatically deduced at run-time.
- STACK_DIRECTION > 0 => grows toward higher addresses
- STACK_DIRECTION < 0 => grows toward lower addresses
- STACK_DIRECTION = 0 => direction of growth unknown
- */
- #undef STACK_DIRECTION
- /* Define if you have the ANSI C header files. */
- #undef STDC_HEADERS
- /* Define if you can safely include both <sys/time.h> and <time.h>. */
- #undef TIME_WITH_SYS_TIME
- /* Define if your <sys/time.h> declares struct tm. */
- #undef TM_IN_SYS_TIME
- /* Define to `int' if <sys/types.h> doesn't define. */
- #undef uid_t
- /* Define if you have the __snprintf function. */
- #undef HAVE___SNPRINTF
- /* Define if you have the __vsnprintf function. */
- #undef HAVE___VSNPRINTF
- /* Define if you have the bcopy function. */
- #undef HAVE_BCOPY
- /* Define if you have the crypt function. */
- #undef HAVE_CRYPT
- /* Define if you have the fgetgrent function. */
- #undef HAVE_FGETGRENT
- /* Define if you have the fgetpwent function. */
- #undef HAVE_FGETPWENT
- /* Define if you have the flock function. */
- #undef HAVE_FLOCK
- /* Define if you have the getcwd function. */
- #undef HAVE_GETCWD
- /* Define if you have the gethostname function. */
- #undef HAVE_GETHOSTNAME
- /* Define if you have the getopt function. */
- #undef HAVE_GETOPT
- /* Define if you have the getopt_long function. */
- #undef HAVE_GETOPT_LONG
- /* Define if you have the getprpwent function. */
- #undef HAVE_GETPRPWENT
- /* Define if you have the gettimeofday function. */
- #undef HAVE_GETTIMEOFDAY
- /* Define if you have the glob function. */
- #undef HAVE_GLOB
- /* Define if you have the inet_aton function. */
- #undef HAVE_INET_ATON
- /* Define if you have the memcpy function. */
- #undef HAVE_MEMCPY
- /* Define if you have the mkdir function. */
- #undef HAVE_MKDIR
- /* Define if you have the pstat function. */
- #undef HAVE_PSTAT
- /* Define if you have the regcomp function. */
- #undef HAVE_REGCOMP
- /* Define if you have the rmdir function. */
- #undef HAVE_RMDIR
- /* Define if you have the select function. */
- #undef HAVE_SELECT
- /* Define if you have the sendfile function. */
- #undef HAVE_SENDFILE
- /* Define if you have the set_auth_parameters function. */
- #undef HAVE_SET_AUTH_PARAMETERS
- /* Define if you have the setegid function. */
- #undef HAVE_SETEGID
- /* Define if you have the seteuid function. */
- #undef HAVE_SETEUID
- /* Define if you have the setpassent function. */
- #undef HAVE_SETPASSENT
- /* Define if you have the setpgid function. */
- #undef HAVE_SETPGID
- /* Define if you have the setproctitle function. */
- #undef HAVE_SETPROCTITLE
- /* Define if you have the setsid function. */
- #undef HAVE_SETSID
- /* Define if you have the siginterrupt function. */
- #undef HAVE_SIGINTERRUPT
- /* Define if you have the snprintf function. */
- #undef HAVE_SNPRINTF
- /* Define if you have the socket function. */
- #undef HAVE_SOCKET
- /* Define if you have the strchr function. */
- #undef HAVE_STRCHR
- /* Define if you have the strerror function. */
- #undef HAVE_STRERROR
- /* Define if you have the strsep function. */
- #undef HAVE_STRSEP
- /* Define if you have the strtol function. */
- #undef HAVE_STRTOL
- /* Define if you have the vsnprintf function. */
- #undef HAVE_VSNPRINTF
- /* Define if you have the <arpa/inet.h> header file. */
- #undef HAVE_ARPA_INET_H
- /* Define if you have the <bstring.h> header file. */
- #undef HAVE_BSTRING_H
- /* Define if you have the <crypt.h> header file. */
- #undef HAVE_CRYPT_H
- /* Define if you have the <ctype.h> header file. */
- #undef HAVE_CTYPE_H
- /* Define if you have the <dirent.h> header file. */
- #undef HAVE_DIRENT_H
- /* Define if you have the <errno.h> header file. */
- #undef HAVE_ERRNO_H
- /* Define if you have the <fcntl.h> header file. */
- #undef HAVE_FCNTL_H
- /* Define if you have the <getopt.h> header file. */
- #undef HAVE_GETOPT_H
- /* Define if you have the <libutil.h> header file. */
- #undef HAVE_LIBUTIL_H
- /* Define if you have the <memory.h> header file. */
- #undef HAVE_MEMORY_H
- /* Define if you have the <ndir.h> header file. */
- #undef HAVE_NDIR_H
- /* Define if you have the <netdb.h> header file. */
- #undef HAVE_NETDB_H
- /* Define if you have the <netinet/in.h> header file. */
- #undef HAVE_NETINET_IN_H
- /* Define if you have the <netinet/tcp.h> header file. */
- #undef HAVE_NETINET_TCP_H
- /* Define if you have the <krb.h> header file. */
- #undef HAVE_KRB_H
- /* Define if you have the <hpsecurity.h> header file. */
- #undef HAVE_HPSECURITY_H
- /* Define if you have the <prot.h> header file. */
- #undef HAVE_PROT_H
- /* Define if you have the <regex.h> header file. */
- #undef HAVE_REGEX_H
- /* Define if you have the <utmpx.h> header file. */
- #undef HAVE_UTMPX_H
- /* Define if you have the <shadow.h> header file. */
- #undef HAVE_SHADOW_H
- /* Define if you have the <strings.h> header file. */
- #undef HAVE_STRINGS_H
- /* Define if you have the <sys/dir.h> header file. */
- #undef HAVE_SYS_DIR_H
- /* Define if you have the <sys/file.h> header file. */
- #undef HAVE_SYS_FILE_H
- /* Define if you have the <sys/ioctl.h> header file. */
- #undef HAVE_SYS_IOCTL_H
- /* Define if you have the <sys/ndir.h> header file. */
- #undef HAVE_SYS_NDIR_H
- /* Define if you have the <sys/param.h> header file. */
- #undef HAVE_SYS_PARAM_H
- /* Define if you have the <sys/pstat.h> header file. */
- #undef HAVE_SYS_PSTAT_H
- /* Define if you have the <sys/security.h> header file. */
- #undef HAVE_SYS_SECURITY_H
- /* Define if you have the <sys/select.h> header file. */
- #undef HAVE_SYS_SELECT_H
- /* Define if you have the <sys/sendfile.h> header file. */
- #undef HAVE_SYS_SENDFILE_H
- /* Define if you have the <sys/socket.h> header file. */
- #undef HAVE_SYS_SOCKET_H
- /* Define if you have the <sys/stat.h> header file. */
- #undef HAVE_SYS_STAT_H
- /* Define if you have the <sys/statvfs.h> header file. */
- #undef HAVE_SYS_STATVFS_H
- /* Define if you have the <sys/termio.h> header file. */
- #undef HAVE_SYS_TERMIO_H
- /* Define if you have the <sys/termios.h> header file. */
- #undef HAVE_SYS_TERMIOS_H
- /* Define if you have the <sys/time.h> header file. */
- #undef HAVE_SYS_TIME_H
- /* Define if you have the <sys/types.h> header file. */
- #undef HAVE_SYS_TYPES_H
- /* Define if you have the <sys/vfs.h> header file. */
- #undef HAVE_SYS_VFS_H
- /* Define if you have the <unistd.h> header file. */
- #undef HAVE_UNISTD_H
- /* Define if you have the <utmp.h> header file. */
- #undef HAVE_UTMP_H
- /* Define if you have the bind library (-lbind). */
- #undef HAVE_LIBBIND
- /* Define if you have the crypt library (-lcrypt). */
- #undef HAVE_LIBCRYPT
- /* Define if you have the nsl library (-lnsl). */
- #undef HAVE_LIBNSL
- /* Define if you have the resolv library (-lresolv). */
- #undef HAVE_LIBRESOLV
- /* Define if you have the socket library (-lsocket). */
- #undef HAVE_LIBSOCKET
- #ifndef STDIN_FILENO
- #define STDIN_FILENO 0
- #endif
- #ifndef STDOUT_FILENO
- #define STDOUT_FILENO 1
- #endif
- #ifndef STDERR_FILENO
- #define STDERR_FILENO 2
- #endif
- #ifdef DEBUG_MEMORY
- #ifndef MYSTRNCPY
- #define MYSTRNCPY(to, from, len) my_strncpy(to, from, len, __FILE__, __PRETTY_FUNCTION__, __LINE__, #to ", " #from ", " #len)
- #endif
- #endif /* DEBUG_MEMORY */
- #endif /* config_h_included */