ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/config.h.in
(Generate patch)

Comparing gvpe/config.h.in (file contents):
Revision 1.3 by pcg, Thu Oct 16 21:57:54 2003 UTC vs.
Revision 1.6 by pcg, Sun Feb 8 07:24:25 2004 UTC

35 35
36/* Define to 1 if translation of program messages to the user's native 36/* Define to 1 if translation of program messages to the user's native
37 language is requested. */ 37 language is requested. */
38#undef ENABLE_NLS 38#undef ENABLE_NLS
39 39
40/* ROHC support */
41#undef ENABLE_ROHC
42
40/* TCP protocol support. */ 43/* TCP protocol support. */
41#undef ENABLE_TCP 44#undef ENABLE_TCP
42 45
43/* Define to 1 if you have `alloca', as a function or macro. */ 46/* Define to 1 if you have `alloca', as a function or macro. */
44#undef HAVE_ALLOCA 47#undef HAVE_ALLOCA
155#undef HAVE_OPENSSL_RSA_H 158#undef HAVE_OPENSSL_RSA_H
156 159
157/* Define to 1 if you have the <openssl/sha.h> header file. */ 160/* Define to 1 if you have the <openssl/sha.h> header file. */
158#undef HAVE_OPENSSL_SHA_H 161#undef HAVE_OPENSSL_SHA_H
159 162
160/* Define to 1 if you have the `poll' function. */
161#undef HAVE_POLL
162
163/* Define to 1 if you have the `putenv' function. */ 163/* Define to 1 if you have the `putenv' function. */
164#undef HAVE_PUTENV 164#undef HAVE_PUTENV
165 165
166/* Define to 1 if you have the `RAND_pseudo_bytes' function. */ 166/* Define to 1 if you have the `RAND_pseudo_bytes' function. */
167#undef HAVE_RAND_PSEUDO_BYTES 167#undef HAVE_RAND_PSEUDO_BYTES
217/* Define to 1 if you have the <sys/mman.h> header file. */ 217/* Define to 1 if you have the <sys/mman.h> header file. */
218#undef HAVE_SYS_MMAN_H 218#undef HAVE_SYS_MMAN_H
219 219
220/* Define to 1 if you have the <sys/param.h> header file. */ 220/* Define to 1 if you have the <sys/param.h> header file. */
221#undef HAVE_SYS_PARAM_H 221#undef HAVE_SYS_PARAM_H
222
223/* Define to 1 if you have the <sys/poll.h> header file. */
224#undef HAVE_SYS_POLL_H
225 222
226/* Define to 1 if you have the <sys/stat.h> header file. */ 223/* Define to 1 if you have the <sys/stat.h> header file. */
227#undef HAVE_SYS_STAT_H 224#undef HAVE_SYS_STAT_H
228 225
229/* Define to 1 if you have the <sys/time.h> header file. */ 226/* Define to 1 if you have the <sys/time.h> header file. */
281#undef RETSIGTYPE 278#undef RETSIGTYPE
282 279
283/* If using the C implementation of alloca, define if you know the 280/* If using the C implementation of alloca, define if you know the
284 direction of stack growth for your system; otherwise it will be 281 direction of stack growth for your system; otherwise it will be
285 automatically deduced at run-time. 282 automatically deduced at run-time.
286 STACK_DIRECTION > 0 => grows toward higher addresses 283 STACK_DIRECTION > 0 => grows toward higher addresses
287 STACK_DIRECTION < 0 => grows toward lower addresses 284 STACK_DIRECTION < 0 => grows toward lower addresses
288 STACK_DIRECTION = 0 => direction of growth unknown */ 285 STACK_DIRECTION = 0 => direction of growth unknown */
289#undef STACK_DIRECTION 286#undef STACK_DIRECTION
290 287
291/* Define to 1 if you have the ANSI C header files. */ 288/* Define to 1 if you have the ANSI C header files. */
292#undef STDC_HEADERS 289#undef STDC_HEADERS
293 290
300/* Version number of package */ 297/* Version number of package */
301#undef VERSION 298#undef VERSION
302 299
303/* Enable GNU extenstions */ 300/* Enable GNU extenstions */
304#undef _GNU_SOURCE 301#undef _GNU_SOURCE
305
306/* Enable BSD extensions */
307#undef __USE_BSD
308 302
309/* Define to empty if `const' does not conform to ANSI C. */ 303/* Define to empty if `const' does not conform to ANSI C. */
310#undef const 304#undef const
311 305
312/* Define to `int' if <sys/types.h> does not define. */ 306/* Define to `int' if <sys/types.h> does not define. */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines