blob: bd6e74493bafbcd063b20de044e5ef94e512ec61 [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
21/* Define to 1 if you have the `e' library (-le). */
22#undef HAVE_LIBE
23
24/* Define to 1 if you have the `gtp' library (-lgtp). */
25#undef HAVE_LIBGTP
26
27/* Define to 1 if you have the `inks' library (-links). */
28#undef HAVE_LIBINKS
29
30/* Define to 1 if your system has a working `malloc' function. */
31#undef HAVE_MALLOC
32
33/* Define to 1 if you have the <memory.h> header file. */
34#undef HAVE_MEMORY_H
35
36/* Define to 1 if you have the `memset' function. */
37#undef HAVE_MEMSET
38
39/* Define to 1 if you have the <netdb.h> header file. */
40#undef HAVE_NETDB_H
41
42/* Define to 1 if you have the <netinet/in.h> header file. */
43#undef HAVE_NETINET_IN_H
44
45/* Define to 1 if you have the `select' function. */
46#undef HAVE_SELECT
47
48/* Define to 1 if you have the `socket' function. */
49#undef HAVE_SOCKET
50
51/* Define to 1 if you have the <stdint.h> header file. */
52#undef HAVE_STDINT_H
53
54/* Define to 1 if you have the <stdlib.h> header file. */
55#undef HAVE_STDLIB_H
56
57/* Define to 1 if you have the `strdup' function. */
58#undef HAVE_STRDUP
59
60/* Define to 1 if you have the `strerror' function. */
61#undef HAVE_STRERROR
62
63/* Define to 1 if you have the <strings.h> header file. */
jjako52c24142002-12-16 13:33:51 +000064#undef HAVE_STRINGS_H
65
jjako286bc982003-01-28 23:17:50 +000066/* Define to 1 if you have the <string.h> header file. */
67#undef HAVE_STRING_H
jjako52c24142002-12-16 13:33:51 +000068
jjako286bc982003-01-28 23:17:50 +000069/* Define to 1 if you have the `strtol' function. */
70#undef HAVE_STRTOL
jjako52c24142002-12-16 13:33:51 +000071
jjako286bc982003-01-28 23:17:50 +000072/* Define to 1 if you have the <syslog.h> header file. */
jjako52c24142002-12-16 13:33:51 +000073#undef HAVE_SYSLOG_H
74
jjako286bc982003-01-28 23:17:50 +000075/* Define to 1 if you have the <sys/ioctl.h> header file. */
76#undef HAVE_SYS_IOCTL_H
77
78/* Define to 1 if you have the <sys/socket.h> header file. */
79#undef HAVE_SYS_SOCKET_H
80
81/* Define to 1 if you have the <sys/stat.h> header file. */
82#undef HAVE_SYS_STAT_H
83
84/* Define to 1 if you have the <sys/time.h> header file. */
85#undef HAVE_SYS_TIME_H
86
87/* Define to 1 if you have the <sys/types.h> header file. */
88#undef HAVE_SYS_TYPES_H
89
90/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
91#undef HAVE_SYS_WAIT_H
92
93/* Define to 1 if you have the <unistd.h> header file. */
jjako52c24142002-12-16 13:33:51 +000094#undef HAVE_UNISTD_H
95
96/* Name of package */
97#undef PACKAGE
98
jjako286bc982003-01-28 23:17:50 +000099/* Define to the address where bug reports for this package should be sent. */
100#undef PACKAGE_BUGREPORT
101
102/* Define to the full name of this package. */
103#undef PACKAGE_NAME
104
105/* Define to the full name and version of this package. */
106#undef PACKAGE_STRING
107
108/* Define to the one symbol short name of this package. */
109#undef PACKAGE_TARNAME
110
111/* Define to the version of this package. */
112#undef PACKAGE_VERSION
113
114/* Define to 1 if you have the ANSI C header files. */
115#undef STDC_HEADERS
116
117/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
118#undef TIME_WITH_SYS_TIME
119
jjako52c24142002-12-16 13:33:51 +0000120/* Version number of package */
121#undef VERSION
122
jjako286bc982003-01-28 23:17:50 +0000123/* Define to empty if `const' does not conform to ANSI C. */
124#undef const
125
126/* Define to `int' if <sys/types.h> does not define. */
127#undef mode_t
128
129/* Define to `unsigned' if <sys/types.h> does not define. */
130#undef size_t