123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167 |
- /* config.h.in. Generated from configure.in by autoheader. */
- /* Define to 1 if translation of program messages to the user's native
- language is requested. */
- #undef ENABLE_NLS
- /* Define to 1 if you have the <arpa/inet.h> header file. */
- #undef HAVE_ARPA_INET_H
- /* Define if the GNU dcgettext() function is already present or preinstalled.
- */
- #undef HAVE_DCGETTEXT
- /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
- #undef HAVE_DOPRNT
- /* Define to 1 if you have the <fcntl.h> header file. */
- #undef HAVE_FCNTL_H
- /* Define to 1 if you have the `getpagesize' function. */
- #undef HAVE_GETPAGESIZE
- /* Define if the GNU gettext() function is already present or preinstalled. */
- #undef HAVE_GETTEXT
- /* Define to 1 if you have the `gettimeofday' function. */
- #undef HAVE_GETTIMEOFDAY
- /* Define if you have the iconv() function. */
- #undef HAVE_ICONV
- /* Define to 1 if you have the `inet_ntoa' function. */
- #undef HAVE_INET_NTOA
- /* Define to 1 if you have the <inttypes.h> header file. */
- #undef HAVE_INTTYPES_H
- /* Define to 1 if you have the `ssl' library (-lssl). */
- #undef HAVE_LIBSSL
- /* Define to 1 if you have the <limits.h> header file. */
- #undef HAVE_LIMITS_H
- /* Define to 1 if you have the <memory.h> header file. */
- #undef HAVE_MEMORY_H
- /* Define to 1 if you have the `memset' function. */
- #undef HAVE_MEMSET
- /* Define to 1 if you have the `mkdir' function. */
- #undef HAVE_MKDIR
- /* Define to 1 if you have the <netdb.h> header file. */
- #undef HAVE_NETDB_H
- /* Define to 1 if you have the <netinet/in.h> header file. */
- #undef HAVE_NETINET_IN_H
- /* Define to 1 if you have the `rmdir' function. */
- #undef HAVE_RMDIR
- /* Define to 1 if you have the `select' function. */
- #undef HAVE_SELECT
- /* Define to 1 if you have the `socket' function. */
- #undef HAVE_SOCKET
- /* Define to 1 if `stat' has the bug that it succeeds when given the
- zero-length file name argument. */
- #undef HAVE_STAT_EMPTY_STRING_BUG
- /* Define to 1 if stdbool.h conforms to C99. */
- #undef HAVE_STDBOOL_H
- /* Define to 1 if you have the <stdint.h> header file. */
- #undef HAVE_STDINT_H
- /* Define to 1 if you have the <stdlib.h> header file. */
- #undef HAVE_STDLIB_H
- /* Define to 1 if you have the `strcasecmp' function. */
- #undef HAVE_STRCASECMP
- /* Define to 1 if you have the `strerror' function. */
- #undef HAVE_STRERROR
- /* Define to 1 if you have the <strings.h> header file. */
- #undef HAVE_STRINGS_H
- /* Define to 1 if you have the <string.h> header file. */
- #undef HAVE_STRING_H
- /* Define to 1 if you have the `strstr' function. */
- #undef HAVE_STRSTR
- /* Define to 1 if you have the `strtol' function. */
- #undef HAVE_STRTOL
- /* Define to 1 if you have the <sys/select.h> header file. */
- #undef HAVE_SYS_SELECT_H
- /* Define to 1 if you have the <sys/socket.h> header file. */
- #undef HAVE_SYS_SOCKET_H
- /* Define to 1 if you have the <sys/stat.h> header file. */
- #undef HAVE_SYS_STAT_H
- /* Define to 1 if you have the <sys/time.h> header file. */
- #undef HAVE_SYS_TIME_H
- /* Define to 1 if you have the <sys/types.h> header file. */
- #undef HAVE_SYS_TYPES_H
- /* Define to 1 if you have the <unistd.h> header file. */
- #undef HAVE_UNISTD_H
- /* Define to 1 if you have the `vprintf' function. */
- #undef HAVE_VPRINTF
- /* Define to 1 if the system has the type `_Bool'. */
- #undef HAVE__BOOL
- /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
- slash. */
- #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
- /* Name of package */
- #undef PACKAGE
- /* Define to the address where bug reports for this package should be sent. */
- #undef PACKAGE_BUGREPORT
- /* Define to the full name of this package. */
- #undef PACKAGE_NAME
- /* Define to the full name and version of this package. */
- #undef PACKAGE_STRING
- /* Define to the one symbol short name of this package. */
- #undef PACKAGE_TARNAME
- /* Define to the version of this package. */
- #undef PACKAGE_VERSION
- /* Define to the type of arg 1 for `select'. */
- #undef SELECT_TYPE_ARG1
- /* Define to the type of args 2, 3 and 4 for `select'. */
- #undef SELECT_TYPE_ARG234
- /* Define to the type of arg 5 for `select'. */
- #undef SELECT_TYPE_ARG5
- /* Define to 1 if you have the ANSI C header files. */
- #undef STDC_HEADERS
- /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
- #undef TIME_WITH_SYS_TIME
- /* Version number of package */
- #undef VERSION
- /* Define to empty if `const' does not conform to ANSI C. */
- #undef const
- /* Define to `unsigned' if <sys/types.h> does not define. */
- #undef size_t
|