~ubuntu-branches/ubuntu/oneiric/openvpn/oneiric

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2011-06-16 18:33:37 UTC
  • mfrom: (1.3.6 upstream)
  • mto: This revision was merged to the branch mainline in revision 46.
  • Revision ID: james.westby@ubuntu.com-20110616183337-etb3qgbwjkn8zniq
Tags: upstream-2.2.0
ImportĀ upstreamĀ versionĀ 2.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
/* Enable debugging support */
28
28
#undef ENABLE_DEBUG
29
29
 
 
30
/* Enable support for the eurephia plug-in */
 
31
#undef ENABLE_EUREPHIA
 
32
 
30
33
/* Enable internal fragmentation support */
31
34
#undef ENABLE_FRAGMENT
32
35
 
51
54
/* Enable Socks proxy support */
52
55
#undef ENABLE_SOCKS
53
56
 
 
57
/* Enable --x509-username-field feature */
 
58
#undef ENABLE_X509ALTUSERNAME
 
59
 
54
60
/* Define to 1 if you have the `accept' function. */
55
61
#undef HAVE_ACCEPT
56
62
 
246
252
/* Define to 1 if you have the `poll' function. */
247
253
#undef HAVE_POLL
248
254
 
249
 
/* Define if you have POSIX threads libraries and header files. */
250
 
#undef HAVE_PTHREAD
251
 
 
252
255
/* Define to 1 if you have the `putenv' function. */
253
256
#undef HAVE_PUTENV
254
257
 
435
438
/* LZO version number */
436
439
#undef LZO_VERSION_NUM
437
440
 
 
441
/* Path to netstat tool */
 
442
#undef NETSTAT_PATH
 
443
 
438
444
/* Name of package */
439
445
#undef PACKAGE
440
446
 
450
456
/* Define to the one symbol short name of this package. */
451
457
#undef PACKAGE_TARNAME
452
458
 
 
459
/* Define to the home page for this package. */
 
460
#undef PACKAGE_URL
 
461
 
453
462
/* Define to the version of this package. */
454
463
#undef PACKAGE_VERSION
455
464
 
456
 
/* Define to the necessary symbol if this constant uses a non-standard name on
457
 
   your system. */
458
 
#undef PTHREAD_CREATE_JOINABLE
459
 
 
460
465
/* Define as the return type of signal handlers (`int' or `void'). */
461
466
#undef RETSIGTYPE
462
467
 
484
489
/* The TAP-Win32 version number is defined in tap-win32/SOURCES */
485
490
#undef TAP_WIN32_MIN_MINOR
486
491
 
487
 
/* A string representing our target */
 
492
/* A string representing our host */
488
493
#undef TARGET_ALIAS
489
494
 
490
495
/* Are we running on Mac OS X? */
514
519
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
515
520
#undef TIME_WITH_SYS_TIME
516
521
 
517
 
/* Win32 builtin */
518
 
#undef UF
519
 
 
520
522
/* Use OpenSSL crypto library */
521
523
#undef USE_CRYPTO
522
524
 
532
534
/* Enable PKCS11 capability */
533
535
#undef USE_PKCS11
534
536
 
535
 
/* Use pthread-based multithreading */
536
 
#undef USE_PTHREAD
537
 
 
538
537
/* Use OpenSSL SSL library */
539
538
#undef USE_SSL
540
539
 
 
540
/* Enable extensions on AIX 3, Interix.  */
 
541
#ifndef _ALL_SOURCE
 
542
# undef _ALL_SOURCE
 
543
#endif
 
544
/* Enable GNU extensions on systems that have them.  */
 
545
#ifndef _GNU_SOURCE
 
546
# undef _GNU_SOURCE
 
547
#endif
 
548
/* Enable threading extensions on Solaris.  */
 
549
#ifndef _POSIX_PTHREAD_SEMANTICS
 
550
# undef _POSIX_PTHREAD_SEMANTICS
 
551
#endif
 
552
/* Enable extensions on HP NonStop.  */
 
553
#ifndef _TANDEM_SOURCE
 
554
# undef _TANDEM_SOURCE
 
555
#endif
 
556
/* Enable general extensions on Solaris.  */
 
557
#ifndef __EXTENSIONS__
 
558
# undef __EXTENSIONS__
 
559
#endif
 
560
 
 
561
 
541
562
/* Use valgrind memory debugging library */
542
563
#undef USE_VALGRIND
543
564
 
544
565
/* Version number of package */
545
566
#undef VERSION
546
567
 
547
 
/* Enable GNU extensions on systems that have them.  */
548
 
#ifndef _GNU_SOURCE
549
 
# undef _GNU_SOURCE
550
 
#endif
 
568
/* Define to 1 if on MINIX. */
 
569
#undef _MINIX
 
570
 
 
571
/* Define to 2 if the system does not provide POSIX.1 features except with
 
572
   this defined. */
 
573
#undef _POSIX_1_SOURCE
 
574
 
 
575
/* Define to 1 if you need to in order for `stat' and other things to work. */
 
576
#undef _POSIX_SOURCE
551
577
 
552
578
/* Define to empty if `const' does not conform to ANSI C. */
553
579
#undef const