summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in30
1 files changed, 24 insertions, 6 deletions
diff --git a/config.h.in b/config.h.in
index d42ad8e55..e87309415 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.141 2002/06/25 22:35:16 tim Exp $ */ 2/* $Id: acconfig.h,v 1.145 2002/09/26 00:38:48 tim Exp $ */
3 3
4#ifndef _CONFIG_H 4#ifndef _CONFIG_H
5#define _CONFIG_H 5#define _CONFIG_H
@@ -150,6 +150,9 @@
150/* Define if you don't want to use lastlog */ 150/* Define if you don't want to use lastlog */
151#undef DISABLE_LASTLOG 151#undef DISABLE_LASTLOG
152 152
153/* Define if you don't want to use lastlog in session.c */
154#undef NO_SSH_LASTLOG
155
153/* Define if you don't want to use utmp */ 156/* Define if you don't want to use utmp */
154#undef DISABLE_UTMP 157#undef DISABLE_UTMP
155 158
@@ -310,6 +313,9 @@
310/* Define if X11 doesn't support AF_UNIX sockets on that system */ 313/* Define if X11 doesn't support AF_UNIX sockets on that system */
311#undef NO_X11_UNIX_SOCKETS 314#undef NO_X11_UNIX_SOCKETS
312 315
316/* Define if the concept of ports only accessible to superusers isn't known */
317#undef NO_IPPORT_RESERVED_CONCEPT
318
313/* Needed for SCO and NeXT */ 319/* Needed for SCO and NeXT */
314#undef BROKEN_SAVED_UIDS 320#undef BROKEN_SAVED_UIDS
315 321
@@ -355,11 +361,8 @@
355/* Path that unprivileged child will chroot() to in privep mode */ 361/* Path that unprivileged child will chroot() to in privep mode */
356#undef PRIVSEP_PATH 362#undef PRIVSEP_PATH
357 363
358/* Define if you have the `mmap' function that supports MAP_ANON|SHARED */ 364/* Define if your platform needs to skip post auth file descriptor passing */
359#undef HAVE_MMAP_ANON_SHARED 365#undef DISABLE_FD_PASSING
360
361/* Define if sendmsg()/recvmsg() has problems passing file descriptors */
362#undef BROKEN_FD_PASSING
363 366
364 367
365/* Define to 1 if the `getpgrp' function requires zero arguments. */ 368/* Define to 1 if the `getpgrp' function requires zero arguments. */
@@ -437,6 +440,9 @@
437/* Define to 1 if you have the <getopt.h> header file. */ 440/* Define to 1 if you have the <getopt.h> header file. */
438#undef HAVE_GETOPT_H 441#undef HAVE_GETOPT_H
439 442
443/* Define to 1 if you have the `getpeereid' function. */
444#undef HAVE_GETPEEREID
445
440/* Define to 1 if you have the `getpwanam' function. */ 446/* Define to 1 if you have the `getpwanam' function. */
441#undef HAVE_GETPWANAM 447#undef HAVE_GETPWANAM
442 448
@@ -476,6 +482,9 @@
476/* Define to 1 if you have the <glob.h> header file. */ 482/* Define to 1 if you have the <glob.h> header file. */
477#undef HAVE_GLOB_H 483#undef HAVE_GLOB_H
478 484
485/* Define to 1 if you have the <ia.h> header file. */
486#undef HAVE_IA_H
487
479/* Define to 1 if you have the `inet_aton' function. */ 488/* Define to 1 if you have the `inet_aton' function. */
480#undef HAVE_INET_ATON 489#undef HAVE_INET_ATON
481 490
@@ -497,6 +506,9 @@
497/* Define to 1 if you have the <lastlog.h> header file. */ 506/* Define to 1 if you have the <lastlog.h> header file. */
498#undef HAVE_LASTLOG_H 507#undef HAVE_LASTLOG_H
499 508
509/* Define to 1 if you have the `crypt' library (-lcrypt). */
510#undef HAVE_LIBCRYPT
511
500/* Define to 1 if you have the `des' library (-ldes). */ 512/* Define to 1 if you have the `des' library (-ldes). */
501#undef HAVE_LIBDES 513#undef HAVE_LIBDES
502 514
@@ -533,6 +545,9 @@
533/* Define to 1 if you have the <libutil.h> header file. */ 545/* Define to 1 if you have the <libutil.h> header file. */
534#undef HAVE_LIBUTIL_H 546#undef HAVE_LIBUTIL_H
535 547
548/* Define to 1 if you have the `xnet' library (-lxnet). */
549#undef HAVE_LIBXNET
550
536/* Define to 1 if you have the `z' library (-lz). */ 551/* Define to 1 if you have the `z' library (-lz). */
537#undef HAVE_LIBZ 552#undef HAVE_LIBZ
538 553
@@ -779,6 +794,9 @@
779/* Define to 1 if you have the <time.h> header file. */ 794/* Define to 1 if you have the <time.h> header file. */
780#undef HAVE_TIME_H 795#undef HAVE_TIME_H
781 796
797/* Define to 1 if you have the <tmpdir.h> header file. */
798#undef HAVE_TMPDIR_H
799
782/* Define to 1 if you have the `truncate' function. */ 800/* Define to 1 if you have the `truncate' function. */
783#undef HAVE_TRUNCATE 801#undef HAVE_TRUNCATE
784 802