summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in42
1 files changed, 41 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in
index e87309415..55149792c 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1,5 +1,5 @@
1/* config.h.in. Generated from configure.ac by autoheader. */ 1/* config.h.in. Generated from configure.ac by autoheader. */
2/* $Id: acconfig.h,v 1.145 2002/09/26 00:38:48 tim Exp $ */ 2/* $Id: acconfig.h,v 1.149 2003/03/10 00:38:10 djm Exp $ */
3 3
4#ifndef _CONFIG_H 4#ifndef _CONFIG_H
5#define _CONFIG_H 5#define _CONFIG_H
@@ -364,6 +364,19 @@
364/* Define if your platform needs to skip post auth file descriptor passing */ 364/* Define if your platform needs to skip post auth file descriptor passing */
365#undef DISABLE_FD_PASSING 365#undef DISABLE_FD_PASSING
366 366
367/* Silly mkstemp() */
368#undef HAVE_STRICT_MKSTEMP
369
370/* Setproctitle emulation */
371#undef SETPROCTITLE_STRATEGY
372#undef SETPROCTITLE_PS_PADDING
373
374/* Some systems put this outside of libc */
375#undef HAVE_NANOSLEEP
376
377/* Pushing STREAMS modules incorrectly acquires a controlling TTY */
378#undef STREAMS_PUSH_ACQUIRES_CTTY
379
367 380
368/* Define to 1 if the `getpgrp' function requires zero arguments. */ 381/* Define to 1 if the `getpgrp' function requires zero arguments. */
369#undef GETPGRP_VOID 382#undef GETPGRP_VOID
@@ -374,6 +387,12 @@
374/* Define to 1 if you have the `b64_ntop' function. */ 387/* Define to 1 if you have the `b64_ntop' function. */
375#undef HAVE_B64_NTOP 388#undef HAVE_B64_NTOP
376 389
390/* Define to 1 if you have the `b64_pton' function. */
391#undef HAVE_B64_PTON
392
393/* Define to 1 if you have the `basename' function. */
394#undef HAVE_BASENAME
395
377/* Define to 1 if you have the `bcopy' function. */ 396/* Define to 1 if you have the `bcopy' function. */
378#undef HAVE_BCOPY 397#undef HAVE_BCOPY
379 398
@@ -599,6 +618,9 @@
599/* Define to 1 if you have the `ngetaddrinfo' function. */ 618/* Define to 1 if you have the `ngetaddrinfo' function. */
600#undef HAVE_NGETADDRINFO 619#undef HAVE_NGETADDRINFO
601 620
621/* Define to 1 if you have the `nsleep' function. */
622#undef HAVE_NSLEEP
623
602/* Define to 1 if you have the `ogetaddrinfo' function. */ 624/* Define to 1 if you have the `ogetaddrinfo' function. */
603#undef HAVE_OGETADDRINFO 625#undef HAVE_OGETADDRINFO
604 626
@@ -611,6 +633,9 @@
611/* Define to 1 if you have the <paths.h> header file. */ 633/* Define to 1 if you have the <paths.h> header file. */
612#undef HAVE_PATHS_H 634#undef HAVE_PATHS_H
613 635
636/* Define to 1 if you have the `pstat' function. */
637#undef HAVE_PSTAT
638
614/* Define to 1 if you have the <pty.h> header file. */ 639/* Define to 1 if you have the <pty.h> header file. */
615#undef HAVE_PTY_H 640#undef HAVE_PTY_H
616 641
@@ -743,12 +768,18 @@
743/* Define to 1 if you have the `strmode' function. */ 768/* Define to 1 if you have the `strmode' function. */
744#undef HAVE_STRMODE 769#undef HAVE_STRMODE
745 770
771/* Define to 1 if you have the `strnvis' function. */
772#undef HAVE_STRNVIS
773
746/* Define to 1 if you have the `strsep' function. */ 774/* Define to 1 if you have the `strsep' function. */
747#undef HAVE_STRSEP 775#undef HAVE_STRSEP
748 776
749/* Define to 1 if `st_blksize' is member of `struct stat'. */ 777/* Define to 1 if `st_blksize' is member of `struct stat'. */
750#undef HAVE_STRUCT_STAT_ST_BLKSIZE 778#undef HAVE_STRUCT_STAT_ST_BLKSIZE
751 779
780/* Define to 1 if the system has the type `struct timespec'. */
781#undef HAVE_STRUCT_TIMESPEC
782
752/* Define to 1 if you have the `sysconf' function. */ 783/* Define to 1 if you have the `sysconf' function. */
753#undef HAVE_SYSCONF 784#undef HAVE_SYSCONF
754 785
@@ -764,6 +795,9 @@
764/* Define to 1 if you have the <sys/mman.h> header file. */ 795/* Define to 1 if you have the <sys/mman.h> header file. */
765#undef HAVE_SYS_MMAN_H 796#undef HAVE_SYS_MMAN_H
766 797
798/* Define to 1 if you have the <sys/pstat.h> header file. */
799#undef HAVE_SYS_PSTAT_H
800
767/* Define to 1 if you have the <sys/select.h> header file. */ 801/* Define to 1 if you have the <sys/select.h> header file. */
768#undef HAVE_SYS_SELECT_H 802#undef HAVE_SYS_SELECT_H
769 803
@@ -776,6 +810,9 @@
776/* Define to 1 if you have the <sys/sysmacros.h> header file. */ 810/* Define to 1 if you have the <sys/sysmacros.h> header file. */
777#undef HAVE_SYS_SYSMACROS_H 811#undef HAVE_SYS_SYSMACROS_H
778 812
813/* Define to 1 if you have the <sys/timers.h> header file. */
814#undef HAVE_SYS_TIMERS_H
815
779/* Define to 1 if you have the <sys/time.h> header file. */ 816/* Define to 1 if you have the <sys/time.h> header file. */
780#undef HAVE_SYS_TIME_H 817#undef HAVE_SYS_TIME_H
781 818
@@ -848,6 +885,9 @@
848/* Define to 1 if you have the `__b64_ntop' function. */ 885/* Define to 1 if you have the `__b64_ntop' function. */
849#undef HAVE___B64_NTOP 886#undef HAVE___B64_NTOP
850 887
888/* Define to 1 if you have the `__b64_pton' function. */
889#undef HAVE___B64_PTON
890
851/* Define to the address where bug reports for this package should be sent. */ 891/* Define to the address where bug reports for this package should be sent. */
852#undef PACKAGE_BUGREPORT 892#undef PACKAGE_BUGREPORT
853 893