2001-11-03 21:57:45 +00:00
|
|
|
/* config.h.in. */
|
2001-11-03 22:45:03 +00:00
|
|
|
/* $Id$ */
|
2001-08-17 05:46:24 +00:00
|
|
|
|
2001-11-04 16:41:54 +00:00
|
|
|
#undef SHORTRIGHT
|
2001-11-03 21:57:45 +00:00
|
|
|
#undef COPYRIGHT
|
2003-02-23 21:00:12 +00:00
|
|
|
#undef VERSION_MAJOR
|
|
|
|
#undef VERSION_MINOR
|
|
|
|
#undef VERSION_REVISION
|
2001-11-03 21:57:45 +00:00
|
|
|
#undef VERSION
|
2001-10-29 21:55:12 +00:00
|
|
|
|
2003-12-23 14:01:22 +00:00
|
|
|
/* According to Sun we MUST define this in the source */
|
|
|
|
#define _REENTRANT 1
|
|
|
|
|
2003-11-26 21:47:52 +00:00
|
|
|
/* Compile experimental code (may not be present) */
|
|
|
|
#undef USE_EXPERIMENT
|
2003-11-22 21:42:44 +00:00
|
|
|
|
2004-06-20 09:57:08 +00:00
|
|
|
/* Compile full newsgate */
|
|
|
|
#undef USE_NEWSGATE
|
|
|
|
|
2001-11-01 20:32:53 +00:00
|
|
|
/* Has strcasestr function */
|
|
|
|
#undef HAVE_STRCASESTR
|
2001-10-29 21:55:12 +00:00
|
|
|
|
2001-11-01 20:32:53 +00:00
|
|
|
/* If you have gettimeofday function */
|
2003-12-23 21:49:37 +00:00
|
|
|
#undef HAVE_DECLARED_TIMEZONE
|
2001-11-01 20:32:53 +00:00
|
|
|
#undef HAVE_TM_GMTOFF
|
2001-10-29 21:55:12 +00:00
|
|
|
|
2003-05-10 14:14:16 +00:00
|
|
|
/* From unix: */
|
2001-08-17 05:46:24 +00:00
|
|
|
#undef SHADOW_PASSWORD
|
2001-08-25 19:53:11 +00:00
|
|
|
#undef AGING
|
|
|
|
#undef ATT_AGE
|
2001-08-30 21:28:06 +00:00
|
|
|
#undef ATT_COMMENT
|
2001-08-25 19:53:11 +00:00
|
|
|
#undef AUTH_METHODS
|
|
|
|
#undef CKDEFS
|
|
|
|
#undef DOUBLESIZE
|
2002-01-02 22:17:58 +00:00
|
|
|
|
|
|
|
/* Defined if you have libcrack. */
|
2001-08-25 19:53:11 +00:00
|
|
|
#undef HAVE_LIBCRACK
|
2002-01-02 22:17:58 +00:00
|
|
|
|
|
|
|
/* Defined if you have the ts&szs cracklib. */
|
2001-08-25 19:53:11 +00:00
|
|
|
#undef HAVE_LIBCRACK_HIST
|
2002-01-02 22:17:58 +00:00
|
|
|
|
|
|
|
/* Defined if it includes *Pw functions. */
|
|
|
|
#undef HAVE_LIBCRACK_PW
|
|
|
|
|
2002-01-06 13:24:23 +00:00
|
|
|
/* Defined if you have libutil.h */
|
|
|
|
#undef HAVE_LIBUTIL_H
|
2002-01-02 22:17:58 +00:00
|
|
|
|
2002-01-11 21:47:22 +00:00
|
|
|
/* Defined if you have util.h */
|
|
|
|
#undef HAVE_UTIL_H
|
|
|
|
|
|
|
|
/* Defined if you have sys/types.h */
|
|
|
|
#undef HAVE_SYS_TYPES_H
|
|
|
|
|
2002-01-02 22:17:58 +00:00
|
|
|
/* Defined if it includes *Pw functions. */
|
|
|
|
#undef HAVE_LIBCRACK_PW
|
|
|
|
|
2001-08-25 19:53:11 +00:00
|
|
|
#undef KEEP_NIS_AT_END
|
2002-01-02 22:17:58 +00:00
|
|
|
|
|
|
|
/* Define to support the MD5-based password hashing algorithm. */
|
2001-08-25 19:53:11 +00:00
|
|
|
#undef MD5_CRYPT
|
|
|
|
#undef PAM
|
2002-01-02 22:17:58 +00:00
|
|
|
|
|
|
|
/* Define to support OPIE one-time password logins. */
|
|
|
|
#undef OPIE
|
2001-08-25 19:53:11 +00:00
|
|
|
#undef SW_CRYPT
|
|
|
|
|
2002-01-02 22:17:58 +00:00
|
|
|
/* Define to 1 if NLS is requested. */
|
|
|
|
#undef ENABLE_NLS
|
|
|
|
|
|
|
|
/* Path for lastlog file. */
|
|
|
|
#undef LASTLOG_FILE
|
|
|
|
|
|
|
|
/* Define to support /etc/login.access login access control. */
|
|
|
|
#undef LOGIN_ACCESS
|
2001-11-01 20:32:53 +00:00
|
|
|
|
2002-02-24 21:20:25 +00:00
|
|
|
/* Path to vpopmail. */
|
|
|
|
#undef _VPOPMAIL_PATH
|
|
|
|
|
2002-01-02 22:17:58 +00:00
|
|
|
/* Path for wtmp file. */
|
|
|
|
#undef _WTMP_FILE
|
|
|
|
|
|
|
|
/* Define if you have the updwtmp function. */
|
|
|
|
#undef HAVE_UPDWTMP
|
|
|
|
|
|
|
|
/* Define if you have the updwtmpx function. */
|
|
|
|
#undef HAVE_UPDWTMPX
|
|
|
|
|
|
|
|
/* Define if you have the <lastlog.h> header file. */
|
|
|
|
#undef HAVE_LASTLOG_H
|
|
|
|
|
2002-01-04 21:10:21 +00:00
|
|
|
/* Define if you have the initgroups function. */
|
|
|
|
#undef HAVE_INITGROUPS
|
|
|
|
|
2002-01-02 22:17:58 +00:00
|
|
|
/* Define if you have ut_host in struct utmp. */
|
|
|
|
#undef UT_HOST
|
|
|
|
|
|
|
|
/* Path for utmp file. */
|
|
|
|
#undef _UTMP_FILE
|
2001-11-01 20:32:53 +00:00
|
|
|
|
|
|
|
/* Define if you have the `a64l' function. */
|
2001-08-17 05:46:24 +00:00
|
|
|
#undef HAVE_A64L
|
|
|
|
|
2001-11-01 20:32:53 +00:00
|
|
|
/* Define if you have the `c64i' function. */
|
2001-08-17 05:46:24 +00:00
|
|
|
#undef HAVE_C64I
|
|
|
|
|
2001-11-01 20:32:53 +00:00
|
|
|
/* Define if you have the <dirent.h> header file, and it defines `DIR'. */
|
|
|
|
#undef HAVE_DIRENT_H
|
|
|
|
|
|
|
|
/* Define if you have the `fchmod' function. */
|
2001-08-17 05:46:24 +00:00
|
|
|
#undef HAVE_FCHMOD
|
|
|
|
|
2001-11-01 20:32:53 +00:00
|
|
|
/* Define if you have the `fchown' function. */
|
2001-08-17 05:46:24 +00:00
|
|
|
#undef HAVE_FCHOWN
|
|
|
|
|
2001-11-01 20:32:53 +00:00
|
|
|
/* Define if you have the `fdatasync' function. */
|
2001-08-25 19:53:11 +00:00
|
|
|
#undef HAVE_FDATASYNC
|
|
|
|
|
2001-11-01 20:32:53 +00:00
|
|
|
/* Define if you have the `fsync' function. */
|
2001-08-17 05:46:24 +00:00
|
|
|
#undef HAVE_FSYNC
|
|
|
|
|
2001-11-01 20:32:53 +00:00
|
|
|
/* Define if you have the `gettimeofday' function. */
|
2001-08-17 05:46:24 +00:00
|
|
|
#undef HAVE_GETTIMEOFDAY
|
|
|
|
|
2001-11-01 20:32:53 +00:00
|
|
|
/* Define if you have the <gshadow.h> header file. */
|
|
|
|
#undef HAVE_GSHADOW_H
|
|
|
|
|
|
|
|
/* Define if you have the `lckpwdf' function. */
|
2001-08-17 05:46:24 +00:00
|
|
|
#undef HAVE_LCKPWDF
|
|
|
|
|
2001-11-01 20:32:53 +00:00
|
|
|
/* Define if you have the <ndir.h> header file, and it defines `DIR'. */
|
|
|
|
#undef HAVE_NDIR_H
|
|
|
|
|
|
|
|
/* Define if you have the `putpwent' function. */
|
2001-08-25 19:53:11 +00:00
|
|
|
#undef HAVE_PUTPWENT
|
|
|
|
|
2002-01-02 22:17:58 +00:00
|
|
|
/* Define if you have the putspent function. */
|
|
|
|
#undef HAVE_PUTSPENT
|
|
|
|
|
|
|
|
/* Define if you have the putgrent function. */
|
|
|
|
#undef HAVE_PUTGRENT
|
|
|
|
|
2001-11-01 20:32:53 +00:00
|
|
|
/* Define if you have the <shadow.h> header file. */
|
|
|
|
#undef HAVE_SHADOW_H
|
|
|
|
|
|
|
|
/* Define if `tm_zone' is member of `struct tm'. */
|
|
|
|
#undef HAVE_STRUCT_TM_TM_ZONE
|
2001-10-20 14:08:44 +00:00
|
|
|
|
2001-11-01 20:32:53 +00:00
|
|
|
/* Define if you have the <sys/dir.h> header file, and it defines `DIR'. */
|
2001-08-17 05:46:24 +00:00
|
|
|
#undef HAVE_SYS_DIR_H
|
|
|
|
|
2001-11-01 20:32:53 +00:00
|
|
|
/* Define if you have the <sys/ndir.h> header file, and it defines `DIR'. */
|
2001-08-17 05:46:24 +00:00
|
|
|
#undef HAVE_SYS_NDIR_H
|
|
|
|
|
2001-11-01 20:32:53 +00:00
|
|
|
/* Define if you have the <sys/resource.h> header file. */
|
2001-08-25 19:53:11 +00:00
|
|
|
#undef HAVE_SYS_RESOURCE_H
|
|
|
|
|
2001-11-01 20:32:53 +00:00
|
|
|
/* Define if you have the <sys/time.h> header file. */
|
2001-08-17 05:46:24 +00:00
|
|
|
#undef HAVE_SYS_TIME_H
|
|
|
|
|
2001-11-01 20:32:53 +00:00
|
|
|
/* Define if you have the <sys/vfs.h> header file. */
|
2001-08-25 19:53:11 +00:00
|
|
|
#undef HAVE_SYS_VFS_H
|
|
|
|
|
2001-11-01 20:32:53 +00:00
|
|
|
/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
|
|
|
|
#undef HAVE_SYS_WAIT_H
|
2001-08-17 05:46:24 +00:00
|
|
|
|
2004-11-30 19:33:53 +00:00
|
|
|
/* Define if you have the <sys/termio.h> header file. */
|
|
|
|
#undef HAVE_SYS_TERMIO_H
|
|
|
|
|
|
|
|
/* Define if you have the <sys/termios.h> header file. */
|
|
|
|
#undef HAVE_SYS_TERMIOS_H
|
|
|
|
|
|
|
|
/* Define if you have the <termios.h> header file. */
|
|
|
|
#undef HAVE_TERMIO_H
|
|
|
|
|
2001-11-01 20:32:53 +00:00
|
|
|
/* Define if you have the <termios.h> header file. */
|
2001-08-25 19:53:11 +00:00
|
|
|
#undef HAVE_TERMIOS_H
|
|
|
|
|
2001-11-01 20:32:53 +00:00
|
|
|
/* Define if you have the <unistd.h> header file. */
|
2001-08-17 05:46:24 +00:00
|
|
|
#undef HAVE_UNISTD_H
|
|
|
|
|
2001-11-01 20:32:53 +00:00
|
|
|
/* Define if you have the <usersec.h> header file. */
|
2001-08-25 19:53:11 +00:00
|
|
|
#undef HAVE_USERSEC_H
|
|
|
|
|
2004-11-30 19:33:53 +00:00
|
|
|
/* Define if you have the <sgtty.h> header file. */
|
|
|
|
#undef HAVE_SGTTY_H
|
|
|
|
|
2002-01-03 21:43:29 +00:00
|
|
|
/* Define if you have the <utmp.h> header file. */
|
|
|
|
#undef HAVE_UTMP_H
|
|
|
|
|
|
|
|
/* Define if you have the <utmpx.h> header file. */
|
|
|
|
#undef HAVE_UTMPX_H
|
|
|
|
|
2002-01-02 22:17:58 +00:00
|
|
|
/* Define if you have the memcpy function. */
|
|
|
|
#undef HAVE_MEMCPY
|
|
|
|
|
|
|
|
/* Define if you have the memset function. */
|
|
|
|
#undef HAVE_MEMSET
|
|
|
|
|
2001-08-17 05:46:24 +00:00
|
|
|
/* Name of package */
|
|
|
|
#undef PACKAGE
|
|
|
|
|
2001-11-01 20:32:53 +00:00
|
|
|
/* Define as the return type of signal handlers (`int' or `void'). */
|
|
|
|
#undef RETSIGTYPE
|
|
|
|
|
|
|
|
/* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
|
|
|
|
#undef STAT_MACROS_BROKEN
|
|
|
|
|
2007-08-25 21:01:03 +00:00
|
|
|
/* Define if you have the statfs function */
|
|
|
|
#undef HAVE_STATFS
|
|
|
|
|
|
|
|
/* Define if you have the statvfs function */
|
|
|
|
#undef HAVE_STATVFS
|
|
|
|
|
2001-11-01 20:32:53 +00:00
|
|
|
/* Define if you have the ANSI C header files. */
|
|
|
|
#undef STDC_HEADERS
|
|
|
|
|
|
|
|
/* Define if you can safely include both <sys/time.h> and <time.h>. */
|
|
|
|
#undef TIME_WITH_SYS_TIME
|
|
|
|
|
|
|
|
/* Define if your <sys/time.h> declares `struct tm'. */
|
|
|
|
#undef TM_IN_SYS_TIME
|
|
|
|
|
2002-01-02 22:17:58 +00:00
|
|
|
/* Define if `lex' declares `yytext' as a `char *' by default, not a `char[]'. */
|
2001-11-01 20:32:53 +00:00
|
|
|
#undef YYTEXT_POINTER
|
|
|
|
|
|
|
|
/* Define to empty if `const' does not conform to ANSI C. */
|
|
|
|
#undef const
|
|
|
|
|
|
|
|
/* Define to `int' if <sys/types.h> doesn't define. */
|
|
|
|
#undef gid_t
|
|
|
|
|
|
|
|
/* Define to `int' if <sys/types.h> does not define. */
|
|
|
|
#undef mode_t
|
|
|
|
|
|
|
|
/* Define to `long' if <sys/types.h> does not define. */
|
|
|
|
#undef off_t
|
|
|
|
|
|
|
|
/* Define to `int' if <sys/types.h> does not define. */
|
|
|
|
#undef pid_t
|
|
|
|
|
|
|
|
/* Define to `unsigned' if <sys/types.h> does not define. */
|
|
|
|
#undef size_t
|
|
|
|
|
|
|
|
/* Define to `int' if <sys/types.h> doesn't define. */
|
|
|
|
#undef uid_t
|
|
|
|
|
2007-08-25 15:29:13 +00:00
|
|
|
/* Define to `int' if <sys/types.h> doesn't define. */
|
|
|
|
#undef ssize_t
|
|
|
|
|
2001-11-01 20:32:53 +00:00
|
|
|
/* Define as `fork' if `vfork' does not work. */
|
|
|
|
#undef vfork
|
2003-05-10 14:14:16 +00:00
|
|
|
|
2003-10-11 21:22:16 +00:00
|
|
|
/* Define if you have the <zlib.h> header file. */
|
|
|
|
#undef HAVE_ZLIB_H
|
|
|
|
|
2005-06-19 14:23:28 +00:00
|
|
|
/* Define if you have the <bzlib.h> header file. */
|
|
|
|
#undef HAVE_BZLIB_H
|
|
|
|
|
2004-02-21 20:40:27 +00:00
|
|
|
/* Define if machine is bigendian */
|
2003-12-18 21:56:42 +00:00
|
|
|
#undef WORDS_BIGENDIAN
|
2003-11-29 14:45:39 +00:00
|
|
|
|
2005-04-06 20:50:00 +00:00
|
|
|
/* Define if Del != 207 */
|
|
|
|
#define GBK_DEL @GBK_DEL@
|
2005-04-12 17:25:42 +00:00
|
|
|
|
|
|
|
/* Define if you have the <crypt.h> header file. */
|
|
|
|
#undef HAVE_CRYPT_H
|
2007-02-18 16:08:43 +00:00
|
|
|
|
|
|
|
/* Define if you have the <iconv.h> header file. */
|
|
|
|
#undef HAVE_ICONV_H
|
|
|
|
|
2007-08-21 20:01:53 +00:00
|
|
|
/* Define if you have the <GeoIP.h> header file. */
|
|
|
|
#undef HAVE_GEOIP_H
|
|
|
|
|