]> andersk Git - openssh.git/blobdiff - acconfig.h
- Applied another NetBSD portability patch from David Rankin
[openssh.git] / acconfig.h
index a37c0823c9f5023e3445e7621ed2b43c02e02853..dc0c281856582d9ad7d1c3b1d12520c327c875b7 100644 (file)
@@ -1,8 +1,17 @@
-/* config.h.in.  Generated by hand, don't use autoheader.  */
+/* Generated automatically from acconfig.h by autoheader. */
+/* Please make your changes there */
+
+@TOP@
 
 /* SSL directory.  */
 #undef ssldir
 
+/* Define if you want to disable PAM support */
+#undef DISABLE_PAM
+
+/* Define if you want to disable lastlog support */
+#undef DISABLE_LASTLOG
+
 /* Location of lastlog file */
 #undef LASTLOG_LOCATION
 
 /* Define is utmp.h has a ut_host field */
 #undef HAVE_HOST_IN_UTMP
 
+/* Define is utmpx.h has a ut_host field */
+#undef HAVE_HOST_IN_UTMPX
+
+/* Define is utmpx.h has a syslen field */
+#undef HAVE_SYSLEN_IN_UTMPX
+
+/* Define is utmp.h has a ut_pid field */
+#undef HAVE_PID_IN_UTMP
+
+/* Define is utmp.h has a ut_type field */
+#undef HAVE_TYPE_IN_UTMP
+
+/* Define is utmp.h has a ut_tv field */
+#undef HAVE_TV_IN_UTMP
+
+/* Define is utmp.h has a ut_id field */
+#undef HAVE_ID_IN_UTMP
+
+/* Define if you want to use utmpx */
+#undef USE_UTMPX
+
 /* Define is libutil has login() function */
 #undef HAVE_LIBUTIL_LOGIN
 
 /* Define if your libraries define daemon() */
 #undef HAVE_DAEMON
 
+/* Define if xauth is found in your path */
+#undef XAUTH_PATH
+
+/* Define if rsh is found in your path */
+#undef RSH_PATH
+
 /* Define if you want to allow MD5 passwords */
 #undef HAVE_MD5_PASSWORDS
 
+/* Define if you want to disable shadow passwords */
+#undef DISABLE_SHADOW
+
+/* Define if you want have trusted HPUX */
+#undef HAVE_HPUX_TRUSTED_SYSTEM_PW
+
+/* Define if you have an old version of PAM which takes only one argument */
+/* to pam_strerror */
+#undef HAVE_OLD_PAM
+
+/* Set this to your mail directory if you don't have maillock.h */
+#undef MAIL_DIRECTORY
+
 /* Data types */
 #undef HAVE_QUAD_T
 #undef HAVE_INTXX_T
 #undef HAVE_U_INTXX_T
 #undef HAVE_UINTXX_T
+#undef HAVE_SOCKLEN_T
+
+/* Define if you have /dev/ptmx */
+#undef HAVE_DEV_PTMX
+
+/* Define if you have /dev/ptc */
+#undef HAVE_DEV_PTS_AND_PTC
+
+/* Define if you need to use IP address instead of hostname in $DISPLAY */
+#undef IPADDR_IN_DISPLAY
+
+/* Specify default $PATH */
+#undef USER_PATH
+
+/* Define if the inclusion of crypt.h breaks the build (e.g. Irix 5.x) */
+#undef CRYPT_H_BREAKS_BUILD
 
 @BOTTOM@
 
 /* ******************* Shouldn't need to edit below this line ************** */
 
-# include <sys/types.h> /* For u_intXX_t */
-# include <sys/socket.h> /* For SHUT_XXXX */
-
-#ifdef HAVE_PATHS_H
-# include <paths.h> /* For _PATH_XXX */
-#endif 
-
-#ifndef SHUT_RDWR
-enum
-{
-  SHUT_RD = 0,    /* No more receptions.  */
-#define SHUT_RD   SHUT_RD
-  SHUT_WR,    /* No more transmissions.  */
-#define SHUT_WR   SHUT_WR
-  SHUT_RDWR   /* No more receptions or transmissions.  */
-#define SHUT_RDWR SHUT_RDWR
-};
-#endif
-
-/* If sys/types.h does not supply intXX_t, supply them ourselves */
-/* (or die trying) */
-#ifndef HAVE_INTXX_T
-# if (SIZEOF_SHORT_INT == 2)
-#  define int16_t short int
-# else
-#  error "16 bit int type not found."
-# endif
-# if (SIZEOF_INT == 4)
-#  define int32_t int
-# else
-#  error "32 bit int type not found."
-# endif
-# if (SIZEOF_LONG_INT == 8)
-#  define int64_t long int
-# else
-#  if (SIZEOF_LONG_LONG_INT == 8)
-#   define int64_t long long int
-#  else
-#   error "64 bit int type not found."
-#  endif
-# endif
-#endif
-
-/* If sys/types.h does not supply u_intXX_t, supply them ourselves */
-#ifndef HAVE_U_INTXX_T
-# ifdef HAVE_UINTXX_T
-#  define u_int16_t uint16_t
-#  define u_int32_t uint32_t
-#  define u_int64_t uint64_t
-# else
-#  if (SIZEOF_SHORT_INT == 2)
-#   define u_int16_t unsigned short int
-#  else
-#   error "16 bit int type not found."
-#  endif
-#  if (SIZEOF_INT == 4)
-#   define u_int32_t unsigned int
-#  else
-#   error "32 bit int type not found."
-#  endif
-#  if (SIZEOF_LONG_INT == 8)
-#   define u_int64_t unsigned long int
-#  else
-#   if (SIZEOF_LONG_LONG_INT == 8)
-#    define u_int64_t unsigned long long int
-#   else
-#    error "64 bit int type not found."
-#   endif
-#  endif
-# endif
-#endif
-
-/* If quad_t is not supplied, then supply it now. We can rely on int64_t */
-/* being defined by the above */
-#ifndef HAVE_QUAD_T
-# define quad_t int64_t
-#endif
-
-#ifndef _PATH_LASTLOG
-# ifdef LASTLOG_LOCATION
-#  define _PATH_LASTLOG LASTLOG_LOCATION
-# endif
-#endif
-
-#ifndef _PATH_UTMP
-# ifdef UTMP_FILE
-#  define _PATH_UTMP UTMP_FILE
-# endif
-#endif
-
-#ifndef _PATH_WTMP
-# ifdef WTMP_FILE
-#  define _PATH_WTMP WTMP_FILE
-# endif
-#endif
-
-#ifndef _PATH_BSHELL
-# define _PATH_BSHELL "/bin/sh"
-#endif
-
-#ifndef _PATH_STDPATH
-# define _PATH_STDPATH "/usr/bin:/bin:/usr/sbin:/sbin:"
-#endif
-
-#ifndef _PATH_MAILDIR
-# ifdef MAILDIR
-#  define _PATH_MAILDIR MAILDIR
-# endif
-#endif
-
-#ifndef MAX
-# define MAX(a,b) (((a)>(b))?(a):(b))
-# define MIN(a,b) (((a)<(b))?(a):(b))
-#endif
+#include "defines.h"
This page took 0.088095 seconds and 4 git commands to generate.