blob: 39b59f8e564e8b0af2b35c538a48ecb241ee13a8 [file] [log] [blame]
jjako5f1c3972003-01-29 11:56:06 +00001/* config.h.in. Generated from configure.in by autoheader. */
jjako52c24142002-12-16 13:33:51 +00002
jjako286bc982003-01-28 23:17:50 +00003/* Define to 1 if you have the <arpa/inet.h> header file. */
4#undef HAVE_ARPA_INET_H
jjako52c24142002-12-16 13:33:51 +00005
jjako286bc982003-01-28 23:17:50 +00006/* Define to 1 if you have the <dlfcn.h> header file. */
7#undef HAVE_DLFCN_H
jjako52c24142002-12-16 13:33:51 +00008
jjako286bc982003-01-28 23:17:50 +00009/* Define to 1 if you have the <fcntl.h> header file. */
jjako52c24142002-12-16 13:33:51 +000010#undef HAVE_FCNTL_H
11
jjako286bc982003-01-28 23:17:50 +000012/* Define to 1 if you have the `gethostbyname' function. */
13#undef HAVE_GETHOSTBYNAME
14
15/* Define to 1 if you have the `inet_ntoa' function. */
16#undef HAVE_INET_NTOA
17
18/* Define to 1 if you have the <inttypes.h> header file. */
19#undef HAVE_INTTYPES_H
20
jjako08d331d2003-10-13 20:33:30 +000021/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
22 to 0 otherwise. */
jjako286bc982003-01-28 23:17:50 +000023#undef HAVE_MALLOC
24
25/* Define to 1 if you have the <memory.h> header file. */
26#undef HAVE_MEMORY_H
27
28/* Define to 1 if you have the `memset' function. */
29#undef HAVE_MEMSET
30
31/* Define to 1 if you have the <netdb.h> header file. */
32#undef HAVE_NETDB_H
33
34/* Define to 1 if you have the <netinet/in.h> header file. */
35#undef HAVE_NETINET_IN_H
36
37/* Define to 1 if you have the `select' function. */
38#undef HAVE_SELECT
39
40/* Define to 1 if you have the `socket' function. */
41#undef HAVE_SOCKET
42
43/* Define to 1 if you have the <stdint.h> header file. */
44#undef HAVE_STDINT_H
45
46/* Define to 1 if you have the <stdlib.h> header file. */
47#undef HAVE_STDLIB_H
48
49/* Define to 1 if you have the `strdup' function. */
50#undef HAVE_STRDUP
51
52/* Define to 1 if you have the `strerror' function. */
53#undef HAVE_STRERROR
54
55/* Define to 1 if you have the <strings.h> header file. */
jjako52c24142002-12-16 13:33:51 +000056#undef HAVE_STRINGS_H
57
jjako286bc982003-01-28 23:17:50 +000058/* Define to 1 if you have the <string.h> header file. */
59#undef HAVE_STRING_H
jjako52c24142002-12-16 13:33:51 +000060
jjako286bc982003-01-28 23:17:50 +000061/* Define to 1 if you have the `strtol' function. */
62#undef HAVE_STRTOL
jjako52c24142002-12-16 13:33:51 +000063
jjako286bc982003-01-28 23:17:50 +000064/* Define to 1 if you have the <syslog.h> header file. */
jjako52c24142002-12-16 13:33:51 +000065#undef HAVE_SYSLOG_H
66
jjako286bc982003-01-28 23:17:50 +000067/* Define to 1 if you have the <sys/ioctl.h> header file. */
68#undef HAVE_SYS_IOCTL_H
69
70/* Define to 1 if you have the <sys/socket.h> header file. */
71#undef HAVE_SYS_SOCKET_H
72
73/* Define to 1 if you have the <sys/stat.h> header file. */
74#undef HAVE_SYS_STAT_H
75
76/* Define to 1 if you have the <sys/time.h> header file. */
77#undef HAVE_SYS_TIME_H
78
79/* Define to 1 if you have the <sys/types.h> header file. */
80#undef HAVE_SYS_TYPES_H
81
82/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
83#undef HAVE_SYS_WAIT_H
84
85/* Define to 1 if you have the <unistd.h> header file. */
jjako52c24142002-12-16 13:33:51 +000086#undef HAVE_UNISTD_H
87
88/* Name of package */
89#undef PACKAGE
90
jjako286bc982003-01-28 23:17:50 +000091/* Define to the address where bug reports for this package should be sent. */
92#undef PACKAGE_BUGREPORT
93
94/* Define to the full name of this package. */
95#undef PACKAGE_NAME
96
97/* Define to the full name and version of this package. */
98#undef PACKAGE_STRING
99
100/* Define to the one symbol short name of this package. */
101#undef PACKAGE_TARNAME
102
103/* Define to the version of this package. */
104#undef PACKAGE_VERSION
105
106/* Define to 1 if you have the ANSI C header files. */
107#undef STDC_HEADERS
108
109/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
110#undef TIME_WITH_SYS_TIME
111
jjako52c24142002-12-16 13:33:51 +0000112/* Version number of package */
113#undef VERSION
114
jjako286bc982003-01-28 23:17:50 +0000115/* Define to empty if `const' does not conform to ANSI C. */
116#undef const
117
jjako08d331d2003-10-13 20:33:30 +0000118/* Define to rpl_malloc if the replacement function should be used. */
119#undef malloc
120
jjako286bc982003-01-28 23:17:50 +0000121/* Define to `int' if <sys/types.h> does not define. */
122#undef mode_t
123
124/* Define to `unsigned' if <sys/types.h> does not define. */
125#undef size_t