]> andersk Git - openssh.git/blobdiff - acconfig.h
- (djm) Patch from Michael Stone <mstone@cs.loyola.edu> to add support for
[openssh.git] / acconfig.h
index d07fd4fe75cf9de3722c3f4a3e308e8806b609ad..0a042587fb83155f6d2ab8609147e2c401f1ce5e 100644 (file)
@@ -6,20 +6,23 @@
 
 @TOP@
 
+/* Define if you are on NeXT */
+#undef HAVE_NEXT
+
 /* Define if you want to disable PAM support */
 #undef DISABLE_PAM
 
-/* Define if you want to disable AIX4's authenticate function */
+/* Define if you want to enable AIX4's authenticate function */
 #undef WITH_AIXAUTHENTICATE
 
-/* Define if you want to disable lastlog support */
-#undef DISABLE_LASTLOG
+/* Define if you have/want arrays (cluster-wide session managment, not C arrays) */
+#undef WITH_IRIX_ARRAY
 
-/* Location of lastlog file */
-#undef LASTLOG_LOCATION
+/* Define if you want IRIX project management */
+#undef WITH_IRIX_PROJECT
 
-/* If lastlog is a directory */
-#undef LASTLOG_IS_DIR
+/* Define if you want IRIX audit trails */
+#undef WITH_IRIX_AUDIT
 
 /* Location of random number pool  */
 #undef RANDOM_POOL
 #undef HAVE_SYSLEN_IN_UTMPX
 #undef HAVE_PID_IN_UTMP
 #undef HAVE_TYPE_IN_UTMP
+#undef HAVE_TYPE_IN_UTMPX
 #undef HAVE_TV_IN_UTMP
+#undef HAVE_TV_IN_UTMPX
 #undef HAVE_ID_IN_UTMP
+#undef HAVE_EXIT_IN_UTMP
+#undef HAVE_TIME_IN_UTMP
+#undef HAVE_TIME_IN_UTMPX
+
+/* Define if you don't want to use your system's login() call */
+#undef DISABLE_LOGIN
+
+/* Define if you don't want to use pututline() etc. to write [uw]tmp */
+#undef DISABLE_PUTUTLINE
+
+/* Define if you don't want to use pututxline() etc. to write [uw]tmpx */
+#undef DISABLE_PUTUTXLINE
+
+/* Define if you don't want to use lastlog */
+#undef DISABLE_LASTLOG
+
+/* Define if you don't want to use utmp */
+#undef DISABLE_UTMP
+
+/* Define if you don't want to use utmpx */
+#undef DISABLE_UTMPX
+
+/* Define if you don't want to use wtmp */
+#undef DISABLE_WTMP
 
-/* Define if you want to use utmpx */
-#undef USE_UTMPX
+/* Define if you don't want to use wtmpx */
+#undef DISABLE_WTMPX
+
+/* Define if you want to specify the path to your lastlog file */
+#undef CONF_LASTLOG_FILE
+
+/* Define if you want to specify the path to your utmp file */
+#undef CONF_UTMP_FILE
+
+/* Define if you want to specify the path to your wtmp file */
+#undef CONF_WTMP_FILE
+
+/* Define if you want to specify the path to your utmpx file */
+#undef CONF_UTMPX_FILE
+
+/* Define if you want to specify the path to your wtmpx file */
+#undef CONF_WTMPX_FILE
 
 /* Define is libutil has login() function */
 #undef HAVE_LIBUTIL_LOGIN
 /* Define if you want to disable shadow passwords */
 #undef DISABLE_SHADOW
 
+/* Define if you want to use shadow password expire field */
+#undef HAS_SHADOW_EXPIRE
+
 /* Define if you want have trusted HPUX */
 #undef HAVE_HPUX_TRUSTED_SYSTEM_PW
 
+/* Define if you have getpwanam(3) [SunOS 4.x] */
+#undef HAVE_GETPWANAM
+
 /* Defined if in_systm.h needs to be included with netinet/ip.h (HPUX - <sigh/>) */
 #undef NEED_IN_SYSTM_H
 
 #undef HAVE_UINTXX_T
 #undef HAVE_SOCKLEN_T
 #undef HAVE_SIZE_T
+#undef HAVE_SSIZE_T
+#undef HAVE_MODE_T
+#undef HAVE_PID_T
+#undef HAVE_SA_FAMILY_T
 #undef HAVE_STRUCT_SOCKADDR_STORAGE
 #undef HAVE_STRUCT_ADDRINFO
 #undef HAVE_STRUCT_IN6_ADDR
 /* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
 #undef IPV4_IN_IPV6
 
-/* Programs used in entropy collection */
-#undef PROG_LS
-#undef PROG_NETSTAT
-#undef PROG_ARP
-#undef PROG_IFCONFIG
-#undef PROG_PS
-#undef PROG_W
-#undef PROG_WHO
-#undef PROG_LAST
-#undef PROG_LASTLOG
-#undef PROG_DF
-#undef PROG_VMSTAT
-#undef PROG_UPTIME
-#undef PROG_IPCS
-#undef PROG_TAIL
-
-
 @BOTTOM@
 
 /* ******************* Shouldn't need to edit below this line ************** */
This page took 0.082227 seconds and 4 git commands to generate.