comparison mcabber/config.h.in @ 57:f381236239a4

[/trunk] Changeset 72 by mikael * Switch to autoconf and automake.
author mikael
date Wed, 06 Apr 2005 12:35:34 +0000
parents
children
comparison
equal deleted inserted replaced
56:1fa1185346be 57:f381236239a4
1 /* config.h.in. Generated from configure.in by autoheader. */
2
3 /* build with jabber support */
4 #undef BUILD_JABBER
5
6 /* Define to 1 if you have the `alarm' function. */
7 #undef HAVE_ALARM
8
9 /* Define to 1 if you have the <arpa/inet.h> header file. */
10 #undef HAVE_ARPA_INET_H
11
12 /* Define to 1 if you have the `bzero' function. */
13 #undef HAVE_BZERO
14
15 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
16 #undef HAVE_DOPRNT
17
18 /* Define to 1 if you have the <fcntl.h> header file. */
19 #undef HAVE_FCNTL_H
20
21 /* Define to 1 if you have the `gethostbyname' function. */
22 #undef HAVE_GETHOSTBYNAME
23
24 /* Define to 1 if you have the `gethostname' function. */
25 #undef HAVE_GETHOSTNAME
26
27 /* Define to 1 if you have the `inet_ntoa' function. */
28 #undef HAVE_INET_NTOA
29
30 /* Define to 1 if you have the <inttypes.h> header file. */
31 #undef HAVE_INTTYPES_H
32
33 /* Define to 1 if you have the `isascii' function. */
34 #undef HAVE_ISASCII
35
36 /* Define to 1 if you have the `connwrap' library (-lconnwrap). */
37 #undef HAVE_LIBCONNWRAP
38
39 /* Define to 1 if you have the `libjabber' library (-llibjabber). */
40 #undef HAVE_LIBLIBJABBER
41
42 /* Define to 1 if you have the `ncurses' library (-lncurses). */
43 #undef HAVE_LIBNCURSES
44
45 /* Define to 1 if you have the `panel' library (-lpanel). */
46 #undef HAVE_LIBPANEL
47
48 /* Define to 1 if you have the `ssl' library (-lssl). */
49 #undef HAVE_LIBSSL
50
51 /* Define to 1 if you have the <locale.h> header file. */
52 #undef HAVE_LOCALE_H
53
54 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
55 to 0 otherwise. */
56 #undef HAVE_MALLOC
57
58 /* Define to 1 if you have the `memmove' function. */
59 #undef HAVE_MEMMOVE
60
61 /* Define to 1 if you have the <memory.h> header file. */
62 #undef HAVE_MEMORY_H
63
64 /* Define to 1 if you have the `memset' function. */
65 #undef HAVE_MEMSET
66
67 /* Define to 1 if you have the `modf' function. */
68 #undef HAVE_MODF
69
70 /* Define to 1 if you have the <netdb.h> header file. */
71 #undef HAVE_NETDB_H
72
73 /* Define to 1 if you have the <netinet/in.h> header file. */
74 #undef HAVE_NETINET_IN_H
75
76 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
77 and to 0 otherwise. */
78 #undef HAVE_REALLOC
79
80 /* Define to 1 if you have the `select' function. */
81 #undef HAVE_SELECT
82
83 /* Define to 1 if you have the `setlocale' function. */
84 #undef HAVE_SETLOCALE
85
86 /* Define to 1 if you have the `socket' function. */
87 #undef HAVE_SOCKET
88
89 /* Define to 1 if stdbool.h conforms to C99. */
90 #undef HAVE_STDBOOL_H
91
92 /* Define to 1 if you have the <stddef.h> header file. */
93 #undef HAVE_STDDEF_H
94
95 /* Define to 1 if you have the <stdint.h> header file. */
96 #undef HAVE_STDINT_H
97
98 /* Define to 1 if you have the <stdlib.h> header file. */
99 #undef HAVE_STDLIB_H
100
101 /* Define to 1 if you have the `strcasecmp' function. */
102 #undef HAVE_STRCASECMP
103
104 /* Define to 1 if you have the `strchr' function. */
105 #undef HAVE_STRCHR
106
107 /* Define to 1 if you have the `strdup' function. */
108 #undef HAVE_STRDUP
109
110 /* Define to 1 if you have the `strftime' function. */
111 #undef HAVE_STRFTIME
112
113 /* Define to 1 if you have the <strings.h> header file. */
114 #undef HAVE_STRINGS_H
115
116 /* Define to 1 if you have the <string.h> header file. */
117 #undef HAVE_STRING_H
118
119 /* Define to 1 if you have the `strncasecmp' function. */
120 #undef HAVE_STRNCASECMP
121
122 /* Define to 1 if you have the `strrchr' function. */
123 #undef HAVE_STRRCHR
124
125 /* Define to 1 if you have the `strstr' function. */
126 #undef HAVE_STRSTR
127
128 /* Define to 1 if you have the <syslog.h> header file. */
129 #undef HAVE_SYSLOG_H
130
131 /* Define to 1 if you have the <sys/select.h> header file. */
132 #undef HAVE_SYS_SELECT_H
133
134 /* Define to 1 if you have the <sys/socket.h> header file. */
135 #undef HAVE_SYS_SOCKET_H
136
137 /* Define to 1 if you have the <sys/stat.h> header file. */
138 #undef HAVE_SYS_STAT_H
139
140 /* Define to 1 if you have the <sys/time.h> header file. */
141 #undef HAVE_SYS_TIME_H
142
143 /* Define to 1 if you have the <sys/types.h> header file. */
144 #undef HAVE_SYS_TYPES_H
145
146 /* Define to 1 if you have the <termios.h> header file. */
147 #undef HAVE_TERMIOS_H
148
149 /* Define to 1 if you have the <unistd.h> header file. */
150 #undef HAVE_UNISTD_H
151
152 /* Define to 1 if you have the `vprintf' function. */
153 #undef HAVE_VPRINTF
154
155 /* Define to 1 if the system has the type `_Bool'. */
156 #undef HAVE__BOOL
157
158 /* Name of package */
159 #undef PACKAGE
160
161 /* Define to the address where bug reports for this package should be sent. */
162 #undef PACKAGE_BUGREPORT
163
164 /* Define to the full name of this package. */
165 #undef PACKAGE_NAME
166
167 /* Define to the full name and version of this package. */
168 #undef PACKAGE_STRING
169
170 /* Define to the one symbol short name of this package. */
171 #undef PACKAGE_TARNAME
172
173 /* Define to the version of this package. */
174 #undef PACKAGE_VERSION
175
176 /* Define as the return type of signal handlers (`int' or `void'). */
177 #undef RETSIGTYPE
178
179 /* Define to the type of arg 1 for `select'. */
180 #undef SELECT_TYPE_ARG1
181
182 /* Define to the type of args 2, 3 and 4 for `select'. */
183 #undef SELECT_TYPE_ARG234
184
185 /* Define to the type of arg 5 for `select'. */
186 #undef SELECT_TYPE_ARG5
187
188 /* Define to 1 if you have the ANSI C header files. */
189 #undef STDC_HEADERS
190
191 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
192 #undef TIME_WITH_SYS_TIME
193
194 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
195 #undef TM_IN_SYS_TIME
196
197 /* Version number of package */
198 #undef VERSION
199
200 /* Define to empty if `const' does not conform to ANSI C. */
201 #undef const
202
203 /* Define to `__inline__' or `__inline' if that's what the C compiler
204 calls it, or to nothing if 'inline' is not supported under any name. */
205 #ifndef __cplusplus
206 #undef inline
207 #endif
208
209 /* Define to rpl_malloc if the replacement function should be used. */
210 #undef malloc
211
212 /* Define to rpl_realloc if the replacement function should be used. */
213 #undef realloc
214
215 /* Define to `unsigned' if <sys/types.h> does not define. */
216 #undef size_t