~ubuntu-branches/ubuntu/precise/conserver/precise

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Jörgen Hägg
  • Date: 2011-05-15 10:58:00 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20110515105800-c18byqa1lfzoiz5t
Tags: 8.1.18-1
* new upstream version
* updated default config files (closes: #603055) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
/* Define to 1 if you have the `grantpt' function. */
76
76
#undef HAVE_GRANTPT
77
77
 
 
78
/* have gss-api support */
 
79
#undef HAVE_GSSAPI
 
80
 
78
81
/* Define to 1 if you have the <hpsecurity.h> header file. */
79
82
#undef HAVE_HPSECURITY_H
80
83
 
333
336
/* Define to 1 if you have the ANSI C header files. */
334
337
#undef STDC_HEADERS
335
338
 
 
339
/* retry username without @REALM with gss-api authentication */
 
340
#undef STRIP_REALM
 
341
 
336
342
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
337
343
#undef TIME_WITH_SYS_TIME
338
344
 
348
354
/* use tcp_wrappers libwrap */
349
355
#undef USE_LIBWRAP
350
356
 
 
357
/* Enable extensions on AIX 3, Interix.  */
 
358
#ifndef _ALL_SOURCE
 
359
# undef _ALL_SOURCE
 
360
#endif
 
361
/* Enable GNU extensions on systems that have them.  */
 
362
#ifndef _GNU_SOURCE
 
363
# undef _GNU_SOURCE
 
364
#endif
 
365
/* Enable threading extensions on Solaris.  */
 
366
#ifndef _POSIX_PTHREAD_SEMANTICS
 
367
# undef _POSIX_PTHREAD_SEMANTICS
 
368
#endif
 
369
/* Enable extensions on HP NonStop.  */
 
370
#ifndef _TANDEM_SOURCE
 
371
# undef _TANDEM_SOURCE
 
372
#endif
 
373
/* Enable general extensions on Solaris.  */
 
374
#ifndef __EXTENSIONS__
 
375
# undef __EXTENSIONS__
 
376
#endif
 
377
 
 
378
 
351
379
/* Defined if we use Unix domain sockets */
352
380
#undef USE_UNIX_DOMAIN_SOCKETS
353
381
 
354
 
/* Define to 1 if on AIX 3.
355
 
   System headers sometimes define this.
356
 
   We just want to avoid a redefinition error message.  */
357
 
#ifndef _ALL_SOURCE
358
 
# undef _ALL_SOURCE
359
 
#endif
 
382
/* Define to 1 if on MINIX. */
 
383
#undef _MINIX
 
384
 
 
385
/* Define to 2 if the system does not provide POSIX.1 features except with
 
386
   this defined. */
 
387
#undef _POSIX_1_SOURCE
 
388
 
 
389
/* Define to 1 if you need to in order for `stat' and other things to work. */
 
390
#undef _POSIX_SOURCE
360
391
 
361
392
/* Define like PROTOTYPES; this can be used by system headers. */
362
393
#undef __PROTOTYPES
376
407
/* Define if <signal.h> does not define sig_atomic_t */
377
408
#undef sig_atomic_t
378
409
 
379
 
/* Define to `unsigned' if <sys/types.h> does not define. */
 
410
/* Define to `unsigned int' if <sys/types.h> does not define. */
380
411
#undef size_t
381
412
 
382
413
/* Define to `int' if <sys/types.h> doesn't define. */