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.2 by pcg, Thu Oct 16 21:12:43 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
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 222
223/* Define to 1 if you have the <sys/poll.h> header file. */
224#undef HAVE_SYS_POLL_H
225
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. */
230#undef HAVE_SYS_TIME_H 227#undef HAVE_SYS_TIME_H
241/* Define to 1 if you have the `unsetenv' function. */ 238/* Define to 1 if you have the `unsetenv' function. */
242#undef HAVE_UNSETENV 239#undef HAVE_UNSETENV
243 240
244/* Size of HMAC in each packet in bytes. */ 241/* Size of HMAC in each packet in bytes. */
245#undef HMACLENGTH 242#undef HMACLENGTH
243
244/* kernel interface subtype */
245#undef IFSUBTYPE
246
247/* kernel interface type */
248#undef IFTYPE
246 249
247/* Location of if_tun.h */ 250/* Location of if_tun.h */
248#undef LINUX_IF_TUN_H 251#undef LINUX_IF_TUN_H
249 252
250/* Maximum MTU supported. */ 253/* Maximum MTU supported. */
275#undef RETSIGTYPE 278#undef RETSIGTYPE
276 279
277/* 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
278 direction of stack growth for your system; otherwise it will be 281 direction of stack growth for your system; otherwise it will be
279 automatically deduced at run-time. 282 automatically deduced at run-time.
280 STACK_DIRECTION > 0 => grows toward higher addresses 283 STACK_DIRECTION > 0 => grows toward higher addresses
281 STACK_DIRECTION < 0 => grows toward lower addresses 284 STACK_DIRECTION < 0 => grows toward lower addresses
282 STACK_DIRECTION = 0 => direction of growth unknown */ 285 STACK_DIRECTION = 0 => direction of growth unknown */
283#undef STACK_DIRECTION 286#undef STACK_DIRECTION
284 287
285/* Define to 1 if you have the ANSI C header files. */ 288/* Define to 1 if you have the ANSI C header files. */
286#undef STDC_HEADERS 289#undef STDC_HEADERS
287 290
294/* Version number of package */ 297/* Version number of package */
295#undef VERSION 298#undef VERSION
296 299
297/* Enable GNU extenstions */ 300/* Enable GNU extenstions */
298#undef _GNU_SOURCE 301#undef _GNU_SOURCE
299
300/* Enable BSD extensions */
301#undef __USE_BSD
302 302
303/* Define to empty if `const' does not conform to ANSI C. */ 303/* Define to empty if `const' does not conform to ANSI C. */
304#undef const 304#undef const
305 305
306/* 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