summaryrefslogtreecommitdiffstats
path: root/crypto/openssh
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2002-12-03 15:48:11 +0000
committerdes <des@FreeBSD.org>2002-12-03 15:48:11 +0000
commit81fe1696308c5629262bfd7c5ed69a6d7c0343d8 (patch)
treea51f0b1ab58f25a1c940d9345087b76878528d05 /crypto/openssh
parent372cfdca8c712528f4735bb4adff06c105ad260b (diff)
downloadFreeBSD-src-81fe1696308c5629262bfd7c5ed69a6d7c0343d8.zip
FreeBSD-src-81fe1696308c5629262bfd7c5ed69a6d7c0343d8.tar.gz
Since OpenSSH drops privileges before calling pam_open_session(3),
pam_lastlog(8) can't possibly work, so let OpenSSH handle lastlog. Approved by: re (rwatson)
Diffstat (limited to 'crypto/openssh')
-rw-r--r--crypto/openssh/acconfig.h2
-rw-r--r--crypto/openssh/config.h370
2 files changed, 202 insertions, 170 deletions
diff --git a/crypto/openssh/acconfig.h b/crypto/openssh/acconfig.h
index b5bb555..3dc5c90 100644
--- a/crypto/openssh/acconfig.h
+++ b/crypto/openssh/acconfig.h
@@ -149,7 +149,7 @@
#undef DISABLE_PUTUTXLINE
/* Define if you don't want to use lastlog */
-#define DISABLE_LASTLOG
+#undef DISABLE_LASTLOG
/* Define if you don't want to use lastlog in session.c */
#undef NO_SSH_LASTLOG
diff --git a/crypto/openssh/config.h b/crypto/openssh/config.h
index 38a1deb..3bdc60b 100644
--- a/crypto/openssh/config.h
+++ b/crypto/openssh/config.h
@@ -1,6 +1,6 @@
-/* config.h. Generated automatically by configure. */
-/* config.h.in. Generated automatically from configure.ac by autoheader. */
-/* $Id: acconfig.h,v 1.141 2002/06/25 22:35:16 tim Exp $ */
+/* config.h. Generated by configure. */
+/* config.h.in. Generated from configure.ac by autoheader. */
+/* $Id: acconfig.h,v 1.145 2002/09/26 00:38:48 tim Exp $ */
/* $FreeBSD$ */
#ifndef _CONFIG_H
@@ -10,7 +10,6 @@
/* Please make your changes there */
-
/* Define to a Set Process Title type if your system is */
/* supported by bsd-setproctitle.c */
/* #undef SPT_TYPE */
@@ -153,6 +152,9 @@
/* Define if you don't want to use lastlog */
/* #undef DISABLE_LASTLOG */
+/* Define if you don't want to use lastlog in session.c */
+/* #undef NO_SSH_LASTLOG */
+
/* Define if you don't want to use utmp */
/* #undef DISABLE_UTMP */
@@ -316,6 +318,9 @@
/* Define if X11 doesn't support AF_UNIX sockets on that system */
/* #undef NO_X11_UNIX_SOCKETS */
+/* Define if the concept of ports only accessible to superusers isn't known */
+/* #undef NO_IPPORT_RESERVED_CONCEPT */
+
/* Needed for SCO and NeXT */
/* #undef BROKEN_SAVED_UIDS */
@@ -361,481 +366,508 @@
/* Path that unprivileged child will chroot() to in privep mode */
/* #undef PRIVSEP_PATH */
-/* Define if you have the `mmap' function that supports MAP_ANON|SHARED */
-#define HAVE_MMAP_ANON_SHARED 1
-
-/* Define if sendmsg()/recvmsg() has problems passing file descriptors */
-/* #undef BROKEN_FD_PASSING */
+/* Define if your platform needs to skip post auth file descriptor passing */
+/* #undef DISABLE_FD_PASSING */
-/* Define if the `getpgrp' function takes no argument. */
+/* Define to 1 if the `getpgrp' function requires zero arguments. */
#define GETPGRP_VOID 1
-/* Define if you have the `arc4random' function. */
+/* Define to 1 if you have the `arc4random' function. */
#define HAVE_ARC4RANDOM 1
-/* Define if you have the `b64_ntop' function. */
+/* Define to 1 if you have the `b64_ntop' function. */
/* #undef HAVE_B64_NTOP */
-/* Define if you have the `bcopy' function. */
+/* Define to 1 if you have the `bcopy' function. */
#define HAVE_BCOPY 1
-/* Define if you have the `bindresvport_sa' function. */
+/* Define to 1 if you have the `bindresvport_sa' function. */
#define HAVE_BINDRESVPORT_SA 1
-/* Define if you have the <bstring.h> header file. */
+/* Define to 1 if you have the <bstring.h> header file. */
/* #undef HAVE_BSTRING_H */
-/* Define if you have the `clock' function. */
+/* Define to 1 if you have the `clock' function. */
#define HAVE_CLOCK 1
-/* Define if you have the <crypt.h> header file. */
+/* Define to 1 if you have the <crypt.h> header file. */
/* #undef HAVE_CRYPT_H */
-/* Define if you have the `dirname' function. */
+/* Define to 1 if you have the `dirname' function. */
#define HAVE_DIRNAME 1
-/* Define if you have the <endian.h> header file. */
+/* Define to 1 if you have the <endian.h> header file. */
/* #undef HAVE_ENDIAN_H */
-/* Define if you have the `endutent' function. */
+/* Define to 1 if you have the `endutent' function. */
/* #undef HAVE_ENDUTENT */
-/* Define if you have the `endutxent' function. */
+/* Define to 1 if you have the `endutxent' function. */
/* #undef HAVE_ENDUTXENT */
-/* Define if you have the `fchmod' function. */
+/* Define to 1 if you have the `fchmod' function. */
#define HAVE_FCHMOD 1
-/* Define if you have the `fchown' function. */
+/* Define to 1 if you have the `fchown' function. */
#define HAVE_FCHOWN 1
-/* Define if you have the <floatingpoint.h> header file. */
+/* Define to 1 if you have the <floatingpoint.h> header file. */
#define HAVE_FLOATINGPOINT_H 1
-/* Define if you have the `freeaddrinfo' function. */
+/* Define to 1 if you have the `freeaddrinfo' function. */
#define HAVE_FREEADDRINFO 1
-/* Define if you have the `futimes' function. */
+/* Define to 1 if you have the `futimes' function. */
#define HAVE_FUTIMES 1
-/* Define if you have the `gai_strerror' function. */
+/* Define to 1 if you have the `gai_strerror' function. */
#define HAVE_GAI_STRERROR 1
-/* Define if you have the `getaddrinfo' function. */
+/* Define to 1 if you have the `getaddrinfo' function. */
#define HAVE_GETADDRINFO 1
-/* Define if you have the `getcwd' function. */
+/* Define to 1 if you have the `getcwd' function. */
#define HAVE_GETCWD 1
-/* Define if you have the `getgrouplist' function. */
+/* Define to 1 if you have the `getgrouplist' function. */
#define HAVE_GETGROUPLIST 1
-/* Define if you have the `getluid' function. */
+/* Define to 1 if you have the `getluid' function. */
/* #undef HAVE_GETLUID */
-/* Define if you have the `getnameinfo' function. */
+/* Define to 1 if you have the `getnameinfo' function. */
#define HAVE_GETNAMEINFO 1
-/* Define if you have the `getopt' function. */
+/* Define to 1 if you have the `getopt' function. */
#define HAVE_GETOPT 1
-/* Define if you have the <getopt.h> header file. */
-/* #undef HAVE_GETOPT_H */
+/* Define to 1 if you have the <getopt.h> header file. */
+#define HAVE_GETOPT_H 1
-/* Define if you have the `getpwanam' function. */
+/* Define to 1 if you have the `getpeereid' function. */
+#define HAVE_GETPEEREID 1
+
+/* Define to 1 if you have the `getpwanam' function. */
/* #undef HAVE_GETPWANAM */
-/* Define if you have the `getrlimit' function. */
+/* Define to 1 if you have the `getrlimit' function. */
#define HAVE_GETRLIMIT 1
-/* Define if you have the `getrusage' function. */
+/* Define to 1 if you have the `getrusage' function. */
#define HAVE_GETRUSAGE 1
-/* Define if you have the `gettimeofday' function. */
+/* Define to 1 if you have the `gettimeofday' function. */
#define HAVE_GETTIMEOFDAY 1
-/* Define if you have the `getttyent' function. */
+/* Define to 1 if you have the `getttyent' function. */
#define HAVE_GETTTYENT 1
-/* Define if you have the `getutent' function. */
+/* Define to 1 if you have the `getutent' function. */
/* #undef HAVE_GETUTENT */
-/* Define if you have the `getutid' function. */
+/* Define to 1 if you have the `getutid' function. */
/* #undef HAVE_GETUTID */
-/* Define if you have the `getutline' function. */
+/* Define to 1 if you have the `getutline' function. */
/* #undef HAVE_GETUTLINE */
-/* Define if you have the `getutxent' function. */
+/* Define to 1 if you have the `getutxent' function. */
/* #undef HAVE_GETUTXENT */
-/* Define if you have the `getutxid' function. */
+/* Define to 1 if you have the `getutxid' function. */
/* #undef HAVE_GETUTXID */
-/* Define if you have the `getutxline' function. */
+/* Define to 1 if you have the `getutxline' function. */
/* #undef HAVE_GETUTXLINE */
-/* Define if you have the `glob' function. */
+/* Define to 1 if you have the `glob' function. */
#define HAVE_GLOB 1
-/* Define if you have the <glob.h> header file. */
+/* Define to 1 if you have the <glob.h> header file. */
#define HAVE_GLOB_H 1
-/* Define if you have the `inet_aton' function. */
+/* Define to 1 if you have the <ia.h> header file. */
+/* #undef HAVE_IA_H */
+
+/* Define to 1 if you have the `inet_aton' function. */
#define HAVE_INET_ATON 1
-/* Define if you have the `inet_ntoa' function. */
+/* Define to 1 if you have the `inet_ntoa' function. */
#define HAVE_INET_NTOA 1
-/* Define if you have the `inet_ntop' function. */
+/* Define to 1 if you have the `inet_ntop' function. */
#define HAVE_INET_NTOP 1
-/* Define if you have the `innetgr' function. */
+/* Define to 1 if you have the `innetgr' function. */
#define HAVE_INNETGR 1
-/* Define if you have the <inttypes.h> header file. */
+/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1
-/* Define if you have the <krb.h> header file. */
+/* Define to 1 if you have the <krb.h> header file. */
/* #undef HAVE_KRB_H */
-/* Define if you have the <lastlog.h> header file. */
+/* Define to 1 if you have the <lastlog.h> header file. */
/* #undef HAVE_LASTLOG_H */
-/* Define if you have the `des' library (-ldes). */
+/* Define to 1 if you have the `crypt' library (-lcrypt). */
+/* #undef HAVE_LIBCRYPT */
+
+/* Define to 1 if you have the `des' library (-ldes). */
/* #undef HAVE_LIBDES */
-/* Define if you have the `des425' library (-ldes425). */
+/* Define to 1 if you have the `des425' library (-ldes425). */
/* #undef HAVE_LIBDES425 */
-/* Define if you have the `dl' library (-ldl). */
+/* Define to 1 if you have the `dl' library (-ldl). */
/* #undef HAVE_LIBDL */
-/* Define if you have the <libgen.h> header file. */
+/* Define to 1 if you have the <libgen.h> header file. */
#define HAVE_LIBGEN_H 1
-/* Define if you have the `krb' library (-lkrb). */
+/* Define to 1 if you have the `krb' library (-lkrb). */
/* #undef HAVE_LIBKRB */
-/* Define if you have the `krb4' library (-lkrb4). */
+/* Define to 1 if you have the `krb4' library (-lkrb4). */
/* #undef HAVE_LIBKRB4 */
-/* Define if you have the `nsl' library (-lnsl). */
+/* Define to 1 if you have the `nsl' library (-lnsl). */
/* #undef HAVE_LIBNSL */
-/* Define if you have the `pam' library (-lpam). */
+/* Define to 1 if you have the `pam' library (-lpam). */
#define HAVE_LIBPAM 1
-/* Define if you have the `resolv' library (-lresolv). */
+/* Define to 1 if you have the `resolv' library (-lresolv). */
/* #undef HAVE_LIBRESOLV */
-/* Define if you have the `sectok' library (-lsectok). */
+/* Define to 1 if you have the `sectok' library (-lsectok). */
/* #undef HAVE_LIBSECTOK */
-/* Define if you have the `socket' library (-lsocket). */
+/* Define to 1 if you have the `socket' library (-lsocket). */
/* #undef HAVE_LIBSOCKET */
-/* Define if you have the <libutil.h> header file. */
+/* Define to 1 if you have the <libutil.h> header file. */
#define HAVE_LIBUTIL_H 1
-/* Define if you have the `z' library (-lz). */
+/* Define to 1 if you have the `xnet' library (-lxnet). */
+/* #undef HAVE_LIBXNET */
+
+/* Define to 1 if you have the `z' library (-lz). */
#define HAVE_LIBZ 1
-/* Define if you have the <limits.h> header file. */
+/* Define to 1 if you have the <limits.h> header file. */
#define HAVE_LIMITS_H 1
-/* Define if you have the <login_cap.h> header file. */
+/* Define to 1 if you have the <login_cap.h> header file. */
#define HAVE_LOGIN_CAP_H 1
-/* Define if you have the `login_getcapbool' function. */
+/* Define to 1 if you have the `login_getcapbool' function. */
#define HAVE_LOGIN_GETCAPBOOL 1
-/* Define if you have the <login.h> header file. */
+/* Define to 1 if you have the <login.h> header file. */
/* #undef HAVE_LOGIN_H */
-/* Define if you have the `logout' function. */
+/* Define to 1 if you have the `logout' function. */
#define HAVE_LOGOUT 1
-/* Define if you have the `logwtmp' function. */
+/* Define to 1 if you have the `logwtmp' function. */
#define HAVE_LOGWTMP 1
-/* Define if you have the <maillock.h> header file. */
+/* Define to 1 if you have the <maillock.h> header file. */
/* #undef HAVE_MAILLOCK_H */
-/* Define if you have the `md5_crypt' function. */
+/* Define to 1 if you have the `md5_crypt' function. */
/* #undef HAVE_MD5_CRYPT */
-/* Define if you have the `memmove' function. */
+/* Define to 1 if you have the `memmove' function. */
#define HAVE_MEMMOVE 1
-/* Define if you have the <memory.h> header file. */
+/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1
-/* Define if you have the `mkdtemp' function. */
+/* Define to 1 if you have the `mkdtemp' function. */
#define HAVE_MKDTEMP 1
-/* Define if you have the `mmap' function. */
+/* Define to 1 if you have the `mmap' function. */
#define HAVE_MMAP 1
-/* Define if you have the <netdb.h> header file. */
+/* Define to 1 if you have the <netdb.h> header file. */
#define HAVE_NETDB_H 1
-/* Define if you have the <netgroup.h> header file. */
+/* Define to 1 if you have the <netgroup.h> header file. */
/* #undef HAVE_NETGROUP_H */
-/* Define if you have the <netinet/in_systm.h> header file. */
+/* Define to 1 if you have the <netinet/in_systm.h> header file. */
#define HAVE_NETINET_IN_SYSTM_H 1
-/* Define if you have the `ngetaddrinfo' function. */
+/* Define to 1 if you have the `ngetaddrinfo' function. */
/* #undef HAVE_NGETADDRINFO */
-/* Define if you have the `ogetaddrinfo' function. */
+/* Define to 1 if you have the `ogetaddrinfo' function. */
/* #undef HAVE_OGETADDRINFO */
-/* Define if you have the `openpty' function. */
+/* Define to 1 if you have the `openpty' function. */
#define HAVE_OPENPTY 1
-/* Define if you have the `pam_getenvlist' function. */
+/* Define to 1 if you have the `pam_getenvlist' function. */
#define HAVE_PAM_GETENVLIST 1
-/* Define if you have the <paths.h> header file. */
+/* Define to 1 if you have the <paths.h> header file. */
#define HAVE_PATHS_H 1
-/* Define if you have the <pty.h> header file. */
+/* Define to 1 if you have the <pty.h> header file. */
/* #undef HAVE_PTY_H */
-/* Define if you have the `pututline' function. */
+/* Define to 1 if you have the `pututline' function. */
/* #undef HAVE_PUTUTLINE */
-/* Define if you have the `pututxline' function. */
+/* Define to 1 if you have the `pututxline' function. */
/* #undef HAVE_PUTUTXLINE */
-/* Define if you have the `readpassphrase' function. */
+/* Define to 1 if you have the `readpassphrase' function. */
#define HAVE_READPASSPHRASE 1
-/* Define if you have the <readpassphrase.h> header file. */
+/* Define to 1 if you have the <readpassphrase.h> header file. */
#define HAVE_READPASSPHRASE_H 1
-/* Define if you have the `realpath' function. */
+/* Define to 1 if you have the `realpath' function. */
#define HAVE_REALPATH 1
-/* Define if you have the `recvmsg' function. */
+/* Define to 1 if you have the `recvmsg' function. */
#define HAVE_RECVMSG 1
-/* Define if you have the <rpc/types.h> header file. */
+/* Define to 1 if you have the <rpc/types.h> header file. */
#define HAVE_RPC_TYPES_H 1
-/* Define if you have the `rresvport_af' function. */
+/* Define to 1 if you have the `rresvport_af' function. */
#define HAVE_RRESVPORT_AF 1
-/* Define if you have the <sectok.h> header file. */
+/* Define to 1 if you have the <sectok.h> header file. */
/* #undef HAVE_SECTOK_H */
-/* Define if you have the <security/pam_appl.h> header file. */
+/* Define to 1 if you have the <security/pam_appl.h> header file. */
#define HAVE_SECURITY_PAM_APPL_H 1
-/* Define if you have the `sendmsg' function. */
+/* Define to 1 if you have the `sendmsg' function. */
#define HAVE_SENDMSG 1
-/* Define if you have the `setdtablesize' function. */
+/* Define to 1 if you have the `setdtablesize' function. */
/* #undef HAVE_SETDTABLESIZE */
-/* Define if you have the `setegid' function. */
+/* Define to 1 if you have the `setegid' function. */
#define HAVE_SETEGID 1
-/* Define if you have the `setenv' function. */
+/* Define to 1 if you have the `setenv' function. */
#define HAVE_SETENV 1
-/* Define if you have the `seteuid' function. */
+/* Define to 1 if you have the `seteuid' function. */
#define HAVE_SETEUID 1
-/* Define if you have the `setgroups' function. */
+/* Define to 1 if you have the `setgroups' function. */
#define HAVE_SETGROUPS 1
-/* Define if you have the `setlogin' function. */
+/* Define to 1 if you have the `setlogin' function. */
#define HAVE_SETLOGIN 1
-/* Define if you have the `setluid' function. */
+/* Define to 1 if you have the `setluid' function. */
/* #undef HAVE_SETLUID */
-/* Define if you have the `setpcred' function. */
+/* Define to 1 if you have the `setpcred' function. */
/* #undef HAVE_SETPCRED */
-/* Define if you have the `setproctitle' function. */
+/* Define to 1 if you have the `setproctitle' function. */
#define HAVE_SETPROCTITLE 1
-/* Define if you have the `setresgid' function. */
+/* Define to 1 if you have the `setresgid' function. */
#define HAVE_SETRESGID 1
-/* Define if you have the `setreuid' function. */
+/* Define to 1 if you have the `setreuid' function. */
#define HAVE_SETREUID 1
-/* Define if you have the `setrlimit' function. */
+/* Define to 1 if you have the `setrlimit' function. */
#define HAVE_SETRLIMIT 1
-/* Define if you have the `setsid' function. */
+/* Define to 1 if you have the `setsid' function. */
#define HAVE_SETSID 1
-/* Define if you have the `setutent' function. */
+/* Define to 1 if you have the `setutent' function. */
/* #undef HAVE_SETUTENT */
-/* Define if you have the `setutxent' function. */
+/* Define to 1 if you have the `setutxent' function. */
/* #undef HAVE_SETUTXENT */
-/* Define if you have the `setvbuf' function. */
+/* Define to 1 if you have the `setvbuf' function. */
#define HAVE_SETVBUF 1
-/* Define if you have the <shadow.h> header file. */
+/* Define to 1 if you have the <shadow.h> header file. */
/* #undef HAVE_SHADOW_H */
-/* Define if you have the `sigaction' function. */
+/* Define to 1 if you have the `sigaction' function. */
#define HAVE_SIGACTION 1
-/* Define if you have the `sigvec' function. */
+/* Define to 1 if you have the `sigvec' function. */
#define HAVE_SIGVEC 1
-/* Define if the system has the type `sig_atomic_t'. */
+/* Define to 1 if the system has the type `sig_atomic_t'. */
#define HAVE_SIG_ATOMIC_T 1
-/* Define if you have the `snprintf' function. */
+/* Define to 1 if you have the `snprintf' function. */
#define HAVE_SNPRINTF 1
-/* Define if you have the `socketpair' function. */
+/* Define to 1 if you have the `socketpair' function. */
#define HAVE_SOCKETPAIR 1
-/* Define if you have the <stddef.h> header file. */
+/* Define to 1 if you have the <stddef.h> header file. */
#define HAVE_STDDEF_H 1
-/* Define if you have the <stdint.h> header file. */
+/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1
-/* Define if you have the <stdlib.h> header file. */
+/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1
-/* Define if you have the `strerror' function. */
+/* Define to 1 if you have the `strerror' function. */
#define HAVE_STRERROR 1
-/* Define if you have the `strftime' function. */
+/* Define to 1 if you have the `strftime' function. */
#define HAVE_STRFTIME 1
-/* Define if you have the <strings.h> header file. */
+/* Define to 1 if you have the <strings.h> header file. */
#define HAVE_STRINGS_H 1
-/* Define if you have the <string.h> header file. */
+/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1
-/* Define if you have the `strlcat' function. */
+/* Define to 1 if you have the `strlcat' function. */
#define HAVE_STRLCAT 1
-/* Define if you have the `strlcpy' function. */
+/* Define to 1 if you have the `strlcpy' function. */
#define HAVE_STRLCPY 1
-/* Define if you have the `strmode' function. */
+/* Define to 1 if you have the `strmode' function. */
#define HAVE_STRMODE 1
-/* Define if you have the `strsep' function. */
+/* Define to 1 if you have the `strsep' function. */
#define HAVE_STRSEP 1
-/* Define if `st_blksize' is member of `struct stat'. */
+/* Define to 1 if `st_blksize' is member of `struct stat'. */
#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
-/* Define if you have the `sysconf' function. */
+/* Define to 1 if you have the `sysconf' function. */
#define HAVE_SYSCONF 1
-/* Define if you have the <sys/bitypes.h> header file. */
+/* Define to 1 if you have the <sys/bitypes.h> header file. */
/* #undef HAVE_SYS_BITYPES_H */
-/* Define if you have the <sys/bsdtty.h> header file. */
+/* Define to 1 if you have the <sys/bsdtty.h> header file. */
/* #undef HAVE_SYS_BSDTTY_H */
-/* Define if you have the <sys/cdefs.h> header file. */
+/* Define to 1 if you have the <sys/cdefs.h> header file. */
#define HAVE_SYS_CDEFS_H 1
-/* Define if you have the <sys/mman.h> header file. */
+/* Define to 1 if you have the <sys/mman.h> header file. */
#define HAVE_SYS_MMAN_H 1
-/* Define if you have the <sys/select.h> header file. */
+/* Define to 1 if you have the <sys/select.h> header file. */
#define HAVE_SYS_SELECT_H 1
-/* Define if you have the <sys/stat.h> header file. */
+/* Define to 1 if you have the <sys/stat.h> header file. */
#define HAVE_SYS_STAT_H 1
-/* Define if you have the <sys/stropts.h> header file. */
+/* Define to 1 if you have the <sys/stropts.h> header file. */
/* #undef HAVE_SYS_STROPTS_H */
-/* Define if you have the <sys/sysmacros.h> header file. */
+/* Define to 1 if you have the <sys/sysmacros.h> header file. */
/* #undef HAVE_SYS_SYSMACROS_H */
-/* Define if you have the <sys/time.h> header file. */
+/* Define to 1 if you have the <sys/time.h> header file. */
#define HAVE_SYS_TIME_H 1
-/* Define if you have the <sys/types.h> header file. */
+/* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1
-/* Define if you have the <sys/un.h> header file. */
+/* Define to 1 if you have the <sys/un.h> header file. */
#define HAVE_SYS_UN_H 1
-/* Define if you have the `tcgetpgrp' function. */
+/* Define to 1 if you have the `tcgetpgrp' function. */
#define HAVE_TCGETPGRP 1
-/* Define if you have the `time' function. */
+/* Define to 1 if you have the `time' function. */
#define HAVE_TIME 1
-/* Define if you have the <time.h> header file. */
+/* Define to 1 if you have the <time.h> header file. */
#define HAVE_TIME_H 1
-/* Define if you have the `truncate' function. */
+/* Define to 1 if you have the <tmpdir.h> header file. */
+/* #undef HAVE_TMPDIR_H */
+
+/* Define to 1 if you have the `truncate' function. */
#define HAVE_TRUNCATE 1
-/* Define if you have the <ttyent.h> header file. */
+/* Define to 1 if you have the <ttyent.h> header file. */
#define HAVE_TTYENT_H 1
-/* Define if you have the <unistd.h> header file. */
+/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
-/* Define if you have the `updwtmp' function. */
+/* Define to 1 if you have the `updwtmp' function. */
/* #undef HAVE_UPDWTMP */
-/* Define if you have the <usersec.h> header file. */
+/* Define to 1 if you have the <usersec.h> header file. */
/* #undef HAVE_USERSEC_H */
-/* Define if you have the <util.h> header file. */
+/* Define to 1 if you have the <util.h> header file. */
/* #undef HAVE_UTIL_H */
-/* Define if you have the `utimes' function. */
+/* Define to 1 if you have the `utimes' function. */
#define HAVE_UTIMES 1
-/* Define if you have the <utime.h> header file. */
+/* Define to 1 if you have the <utime.h> header file. */
#define HAVE_UTIME_H 1
-/* Define if you have the `utmpname' function. */
+/* Define to 1 if you have the `utmpname' function. */
/* #undef HAVE_UTMPNAME */
-/* Define if you have the `utmpxname' function. */
+/* Define to 1 if you have the `utmpxname' function. */
/* #undef HAVE_UTMPXNAME */
-/* Define if you have the <utmpx.h> header file. */
+/* Define to 1 if you have the <utmpx.h> header file. */
/* #undef HAVE_UTMPX_H */
-/* Define if you have the <utmp.h> header file. */
+/* Define to 1 if you have the <utmp.h> header file. */
#define HAVE_UTMP_H 1
-/* Define if you have the `vhangup' function. */
+/* Define to 1 if you have the `vhangup' function. */
/* #undef HAVE_VHANGUP */
-/* Define if you have the `vsnprintf' function. */
+/* Define to 1 if you have the `vsnprintf' function. */
#define HAVE_VSNPRINTF 1
-/* Define if you have the `waitpid' function. */
+/* Define to 1 if you have the `waitpid' function. */
#define HAVE_WAITPID 1
-/* Define if you have the `_getpty' function. */
+/* Define to 1 if you have the `_getpty' function. */
/* #undef HAVE__GETPTY */
-/* Define if you have the `__b64_ntop' function. */
+/* Define to 1 if you have the `__b64_ntop' function. */
#define HAVE___B64_NTOP 1
+/* Define to the address where bug reports for this package should be sent. */
+#define PACKAGE_BUGREPORT ""
+
+/* Define to the full name of this package. */
+#define PACKAGE_NAME ""
+
+/* Define to the full name and version of this package. */
+#define PACKAGE_STRING ""
+
+/* Define to the one symbol short name of this package. */
+#define PACKAGE_TARNAME ""
+
+/* Define to the version of this package. */
+#define PACKAGE_VERSION ""
+
/* The size of a `char', as computed by sizeof. */
#define SIZEOF_CHAR 1
@@ -851,11 +883,11 @@
/* The size of a `short int', as computed by sizeof. */
#define SIZEOF_SHORT_INT 2
-/* Define if you have the ANSI C header files. */
+/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
-/* Define if your processor stores words with the most significant byte first
- (like Motorola and SPARC, unlike Intel and VAX). */
+/* Define to 1 if your processor stores words with the most significant byte
+ first (like Motorola and SPARC, unlike Intel and VAX). */
/* #undef WORDS_BIGENDIAN */
/* Number of bits in a file offset, on hosts where this is settable. */
OpenPOWER on IntegriCloud