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
|
|
|
|
#undef VERSION
|
2001-10-29 21:55:12 +00:00
|
|
|
|
2001-11-01 20:32:53 +00:00
|
|
|
/* Memory debugging */
|
|
|
|
#undef MEMWATCH
|
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
|
|
|
|
|
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
|
|
|
/* Has mkstemp function */
|
|
|
|
#undef HAVE_MKSTEMP
|
2001-10-29 21:55:12 +00:00
|
|
|
|
2001-11-01 20:32:53 +00:00
|
|
|
/* If you have gettimeofday function */
|
|
|
|
#undef HAVE_DECLARED_TIMEZONE
|
|
|
|
#undef HAVE_TM_GMTOFF
|
2001-10-29 21:55:12 +00:00
|
|
|
|
2001-11-01 20:32:53 +00:00
|
|
|
/* If you don't have pid_t */
|
|
|
|
#undef DONT_HAVE_PID_T
|
2001-10-29 21:55:12 +00:00
|
|
|
|
2001-11-01 20:32:53 +00:00
|
|
|
/* Believe ZFIN */
|
|
|
|
#undef BELEIVE_ZFIN
|
2001-10-29 21:55:12 +00:00
|
|
|
|
2001-11-01 20:32:53 +00:00
|
|
|
/* NOPROTO in lhash.h ??? */
|
|
|
|
#undef NOPROTO
|
2001-10-29 21:55:12 +00:00
|
|
|
|
2001-11-01 20:32:53 +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
|
|
|
|
|
|
|
|
/* From mbftpd: */
|
|
|
|
#undef FNM_PATHNAME
|
|
|
|
#undef IP_TOS
|
|
|
|
#undef M_UNIX
|
|
|
|
#undef NBBY
|
|
|
|
#undef REGEX
|
|
|
|
#undef REGEXEC
|
|
|
|
#undef SHADOW_PASSWORD
|
2002-01-02 22:17:58 +00:00
|
|
|
#undef HAVE_SHADOWGRP
|
2001-08-17 05:46:24 +00:00
|
|
|
#undef SO_OOBINLINE
|
|
|
|
|
2001-08-25 19:53:11 +00:00
|
|
|
/* mbuseradd */
|
|
|
|
#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
|
|
|
|
|
|
|
|
/* Defined if you have libcrypt. */
|
|
|
|
#undef HAVE_LIBCRYPT
|
|
|
|
|
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
|
|
|
|
|
|
|
|
/* Define to libshadow_getpass to use our own version of getpass(). */
|
|
|
|
#undef getpass
|
|
|
|
|
|
|
|
/* Define if your locale.h file contains LC_MESSAGES. */
|
|
|
|
#undef HAVE_LC_MESSAGES
|
|
|
|
|
|
|
|
/* 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 mblogin should support the -r flag for rlogind. */
|
|
|
|
#undef RLOGIN
|
|
|
|
|
|
|
|
/* Define if you have the getutent function. */
|
|
|
|
#undef HAVE_GETUTENT
|
|
|
|
|
|
|
|
/* 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 <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 don't have `vprintf' but do have `_doprnt.' */
|
|
|
|
#undef HAVE_DOPRNT
|
|
|
|
|
|
|
|
/* 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 <fcntl.h> header file. */
|
|
|
|
#undef HAVE_FCNTL_H
|
|
|
|
|
|
|
|
/* 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 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
|
|
|
|
|
2001-11-01 20:32:53 +00:00
|
|
|
/* Define if you have the `getcwd' function. */
|
2001-08-17 05:46:24 +00:00
|
|
|
#undef HAVE_GETCWD
|
|
|
|
|
2001-11-01 20:32:53 +00:00
|
|
|
/* Define if you have the `gethostname' function. */
|
2001-08-17 05:46:24 +00:00
|
|
|
#undef HAVE_GETHOSTNAME
|
|
|
|
|
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 `getwd' function. */
|
2001-08-17 05:46:24 +00:00
|
|
|
#undef HAVE_GETWD
|
|
|
|
|
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 <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
|
|
|
|
|
2001-11-01 20:32:53 +00:00
|
|
|
/* 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 `mkdir' function. */
|
2001-08-17 05:46:24 +00:00
|
|
|
#undef HAVE_MKDIR
|
|
|
|
|
2001-11-01 20:32:53 +00:00
|
|
|
/* Define if you have the `mkstemp' function. */
|
2001-08-17 05:46:24 +00:00
|
|
|
#undef HAVE_MKSTEMP
|
|
|
|
|
2001-11-01 20:32:53 +00:00
|
|
|
/* Define if you have the `mktime' function. */
|
2001-08-17 05:46:24 +00:00
|
|
|
#undef HAVE_MKTIME
|
|
|
|
|
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 <netinet/in.h> header file. */
|
|
|
|
#undef HAVE_NETINET_IN_H
|
|
|
|
|
|
|
|
/* Define if you have the `putenv' function. */
|
2001-08-17 05:46:24 +00:00
|
|
|
#undef HAVE_PUTENV
|
|
|
|
|
2001-11-01 20:32:53 +00:00
|
|
|
/* 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 `regcmp' function. */
|
2001-08-17 05:46:24 +00:00
|
|
|
#undef HAVE_REGCMP
|
|
|
|
|
2001-11-01 20:32:53 +00:00
|
|
|
/* Define if you have the `regcomp' function. */
|
2001-08-17 05:46:24 +00:00
|
|
|
#undef HAVE_REGCOMP
|
|
|
|
|
2001-11-01 20:32:53 +00:00
|
|
|
/* Define if you have the <regex.h> header file. */
|
|
|
|
#undef HAVE_REGEX_H
|
|
|
|
|
|
|
|
/* Define if you have the `re_comp' function. */
|
|
|
|
#undef HAVE_RE_COMP
|
|
|
|
|
|
|
|
/* Define if you have the `rmdir' function. */
|
2001-08-17 05:46:24 +00:00
|
|
|
#undef HAVE_RMDIR
|
|
|
|
|
2001-11-01 20:32:53 +00:00
|
|
|
/* Define if you have the `select' function. */
|
2001-08-17 05:46:24 +00:00
|
|
|
#undef HAVE_SELECT
|
|
|
|
|
2001-11-01 20:32:53 +00:00
|
|
|
/* 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
|
|
|
|
|
2001-11-01 20:32:53 +00:00
|
|
|
/* 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
|
|
|
|
|
2001-11-01 20:32:53 +00:00
|
|
|
/* Define if you have the `strcspn' function. */
|
2001-08-17 05:46:24 +00:00
|
|
|
#undef HAVE_STRCSPN
|
|
|
|
|
2001-11-01 20:32:53 +00:00
|
|
|
/* Define if you have the `strdup' function. */
|
2001-08-17 05:46:24 +00:00
|
|
|
#undef HAVE_STRDUP
|
|
|
|
|
2001-11-01 20:32:53 +00:00
|
|
|
/* Define if you have the `strerror' function. */
|
2001-08-17 05:46:24 +00:00
|
|
|
#undef HAVE_STRERROR
|
|
|
|
|
2001-11-01 20:32:53 +00:00
|
|
|
/* Define if you have the `strftime' function. */
|
|
|
|
#undef HAVE_STRFTIME
|
|
|
|
|
|
|
|
/* 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 you have the `strspn' function. */
|
2001-08-17 05:46:24 +00:00
|
|
|
#undef HAVE_STRSPN
|
|
|
|
|
2001-11-01 20:32:53 +00:00
|
|
|
/* Define if you have the `strstr' function. */
|
2001-08-17 05:46:24 +00:00
|
|
|
#undef HAVE_STRSTR
|
|
|
|
|
2001-11-01 20:32:53 +00:00
|
|
|
/* Define if you have the `strtol' function. */
|
2001-08-17 05:46:24 +00:00
|
|
|
#undef HAVE_STRTOL
|
|
|
|
|
2001-11-01 20:32:53 +00:00
|
|
|
/* Define if you have the `strtoul' function. */
|
2001-08-17 05:46:24 +00:00
|
|
|
#undef HAVE_STRTOUL
|
|
|
|
|
2001-11-01 20:32:53 +00:00
|
|
|
/* Define if `st_blksize' is member of `struct stat'. */
|
|
|
|
#undef HAVE_STRUCT_STAT_ST_BLKSIZE
|
2001-09-23 19:09:20 +00:00
|
|
|
|
2001-11-01 20:32:53 +00:00
|
|
|
/* 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 your `struct stat' has `st_blksize'. Deprecated, use
|
|
|
|
`HAVE_STRUCT_STAT_ST_BLKSIZE' instead. */
|
|
|
|
#undef HAVE_ST_BLKSIZE
|
2001-10-29 21:55:12 +00:00
|
|
|
|
2001-11-01 20:32:53 +00:00
|
|
|
/* Define if you have the <syslog.h> header file. */
|
|
|
|
#undef HAVE_SYSLOG_H
|
2001-10-29 21:55:12 +00:00
|
|
|
|
2002-01-02 22:17:58 +00:00
|
|
|
/* Define to use syslog(). */
|
|
|
|
#undef USE_SYSLOG
|
|
|
|
|
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/file.h> header file. */
|
2001-08-17 05:46:24 +00:00
|
|
|
#undef HAVE_SYS_FILE_H
|
|
|
|
|
2001-11-01 20:32:53 +00:00
|
|
|
/* Define if you have the <sys/ioctl.h> header file. */
|
2001-08-17 05:46:24 +00:00
|
|
|
#undef HAVE_SYS_IOCTL_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
|
|
|
|
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 your `struct tm' has `tm_zone'. Deprecated, use
|
|
|
|
`HAVE_STRUCT_TM_TM_ZONE' instead. */
|
|
|
|
#undef HAVE_TM_ZONE
|
|
|
|
|
|
|
|
/* Define if you don't have `tm_zone' but do have the external array `tzname'.
|
|
|
|
*/
|
|
|
|
#undef HAVE_TZNAME
|
|
|
|
|
|
|
|
/* 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
|
|
|
|
2001-11-01 20:32:53 +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
|
|
|
|
|
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
|
|
|
|
|
2001-11-01 20:32:53 +00:00
|
|
|
/* Define if you have the <utime.h> header file. */
|
2001-08-25 19:53:11 +00:00
|
|
|
#undef HAVE_UTIME_H
|
|
|
|
|
2001-11-01 20:32:53 +00:00
|
|
|
/* 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
|
|
|
|
|
2001-11-01 20:32:53 +00:00
|
|
|
/* 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
|
|
|
|
|
2001-11-01 20:32:53 +00:00
|
|
|
/* 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[]'. */
|
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
|
|
|
|
|
|
|
|
/* Define as `fork' if `vfork' does not work. */
|
|
|
|
#undef vfork
|