This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
deb-mbse/config.h.in

305 lines
7.0 KiB
C
Raw Normal View History

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
#undef SHORTRIGHT
2001-11-03 21:57:45 +00:00
#undef COPYRIGHT
#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
2002-01-03 21:43:29 +00:00
/* Define if you have the snprintf function. */
#undef HAVE_SNPRINTF
/* Has strcasestr function */
#undef HAVE_STRCASESTR
2001-10-29 21:55:12 +00:00
/* If you have gettimeofday function */
#undef HAVE_DECLARED_TIMEZONE
#undef HAVE_TM_GMTOFF
2001-10-29 21:55:12 +00:00
/* If you don't have pid_t */
#undef DONT_HAVE_PID_T
2001-10-29 21:55:12 +00:00
/* NOPROTO in lhash.h ??? */
#undef NOPROTO
2001-10-29 21:55:12 +00:00
/* No Hash Comp function */
#undef NO_HASH_COMP
2001-08-17 05:46:24 +00:00
/* News postings */
#undef RESTAMP_FUTURE_POSTINGS
#undef RESTAMP_OLD_POSTINGS
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
#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
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
/* Define if you have the `a64l' function. */
2001-08-17 05:46:24 +00:00
#undef HAVE_A64L
/* Define if you have the `c64i' function. */
2001-08-17 05:46:24 +00:00
#undef HAVE_C64I
/* Define if you have the <crypt.h> header file. */
#undef HAVE_CRYPT_H
/* 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
/* Define if you have the `fchown' function. */
2001-08-17 05:46:24 +00:00
#undef HAVE_FCHOWN
/* Define if you have the `fdatasync' function. */
2001-08-25 19:53:11 +00:00
#undef HAVE_FDATASYNC
/* Define if your system has a working `fnmatch' function. */
#undef HAVE_FNMATCH
/* Define if you have the `fsync' function. */
2001-08-17 05:46:24 +00:00
#undef HAVE_FSYNC
/* Define if you have the `gettimeofday' function. */
2001-08-17 05:46:24 +00:00
#undef HAVE_GETTIMEOFDAY
/* Define if you have the `getwd' function. */
2001-08-17 05:46:24 +00:00
#undef HAVE_GETWD
/* Define if you have the <gshadow.h> header file. */
#undef HAVE_GSHADOW_H
/* Define if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define if you have the `lckpwdf' function. */
2001-08-17 05:46:24 +00:00
#undef HAVE_LCKPWDF
/* Define if you have the <malloc.h> header file. */
#undef HAVE_MALLOC_H
/* Define if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
/* 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
/* Define if you have the <shadow.h> header file. */
#undef HAVE_SHADOW_H
/* Define if you have the `socket' function. */
2001-08-17 05:46:24 +00:00
#undef HAVE_SOCKET
/* Define if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
/* Define if you have the `strcasestr' function. */
2001-08-17 05:46:24 +00:00
#undef HAVE_STRCASESTR
/* Define if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
/* Define if you have the <string.h> header file. */
#undef HAVE_STRING_H
/* Define if `tm_zone' is member of `struct tm'. */
#undef HAVE_STRUCT_TM_TM_ZONE
/* Define if you have the <syslog.h> header file. */
#undef HAVE_SYSLOG_H
2001-10-29 21:55:12 +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
/* Define if you have the <sys/file.h> header file. */
2001-08-17 05:46:24 +00:00
#undef HAVE_SYS_FILE_H
/* Define if you have the <sys/ioctl.h> header file. */
2001-08-17 05:46:24 +00:00
#undef HAVE_SYS_IOCTL_H
/* 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
/* Define if you have the <sys/resource.h> header file. */
2001-08-25 19:53:11 +00:00
#undef HAVE_SYS_RESOURCE_H
/* Define if you have the <sys/time.h> header file. */
2001-08-17 05:46:24 +00:00
#undef HAVE_SYS_TIME_H
/* Define if you have the <sys/vfs.h> header file. */
2001-08-25 19:53:11 +00:00
#undef HAVE_SYS_VFS_H
/* 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
/* Define if you have the <termios.h> header file. */
2001-08-25 19:53:11 +00:00
#undef HAVE_TERMIOS_H
/* Define if you have the <ulimit.h> header file. */
2001-08-25 19:53:11 +00:00
#undef HAVE_ULIMIT_H
2001-08-17 05:46:24 +00:00
/* Define if you have the `uname' function. */
#undef HAVE_UNAME
/* Define if you have the <unistd.h> header file. */
2001-08-17 05:46:24 +00:00
#undef HAVE_UNISTD_H
/* Define if you have the <usersec.h> header file. */
2001-08-25 19:53:11 +00:00
#undef HAVE_USERSEC_H
/* Define if you have the <utime.h> header file. */
2001-08-25 19:53:11 +00:00
#undef HAVE_UTIME_H
/* Define if `utime(file, NULL)' sets file's timestamp to the present. */
#undef HAVE_UTIME_NULL
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
/* Define if you have the <vfork.h> header file. */
#undef HAVE_VFORK_H
/* Define if you have the `vprintf' function. */
#undef HAVE_VPRINTF
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
/* Define as the return type of signal handlers (`int' or `void'). */
#undef RETSIGTYPE
/* Define if the `setpgrp' function takes no argument. */
#undef SETPGRP_VOID
/* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
#undef STAT_MACROS_BROKEN
/* 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[]'. */
#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
/* Define as `fork' if `vfork' does not work. */
#undef vfork
2003-05-10 14:14:16 +00:00
/* Define if you have the <iconv.h> header file. */
#undef HAVE_ICONV_H