103 lines
2.6 KiB
C
103 lines
2.6 KiB
C
#ifndef H_CONFIG
|
|
#define H_CONFIG
|
|
|
|
/* Define as 1 if you have ANSI headers */
|
|
#define STDC_HEADERS 0
|
|
|
|
/* Define as 1 if you have <netinet/in_systm.h> */
|
|
#define HAVE_NETINET_IN_SYSTM_H 0
|
|
|
|
/* Define as 1 if you have <alloca.h> */
|
|
#define HAVE_ALLOCA_H 0
|
|
|
|
/* Define as 1 if you have <dirent.h> */
|
|
#define HAVE_DIRENT_H 0
|
|
|
|
/* Define as 1 if you have <limits.h> */
|
|
#define HAVE_LIMITS_H 0
|
|
|
|
/* Define as 1 if you have <machine/types.h> */
|
|
#define MACHINE_TYPES_H 0
|
|
|
|
/* Define as 1 if you have <sys/socket.h> */
|
|
#define MACHINE_SYS_SOCKET_H 0
|
|
|
|
/* Define as 1 if you have <glob.h> */
|
|
#define HAVE_GLOB_H 0
|
|
|
|
/* Define as 1 if you have <fnmatch.h> */
|
|
#define HAVE_FNMATCH_H 0
|
|
|
|
/* Define as 1 if you have <libintl.h.h> */
|
|
#define HAVE_LIBINTL_H 0
|
|
|
|
/* Define as 1 if <string.h> defines h_errno */
|
|
#define HAVE_STRING_H 0
|
|
|
|
/* Define as 1 if your system provides realpath() */
|
|
#define HAVE_REALPATH 0
|
|
|
|
/* Define as 1 if <netdb.h> defines h_errno */
|
|
#define HAVE_HERRNO 0
|
|
|
|
/* Define as 1 if <sys/stat.h> defines S_ISLNK */
|
|
#define HAVE_S_ISLNK 0
|
|
|
|
/* Define as 1 if <sys/stat.h> defines S_IFSOCK */
|
|
#define HAVE_S_IFSOCK 0
|
|
|
|
/* Define as 1 if <sys/stat.h> defines S_ISSOCK */
|
|
#define HAVE_S_ISSOCK 0
|
|
|
|
/* Define as 1 if your processor stores words with the most significant
|
|
byte first (like Motorola and SPARC, unlike Intel and VAX). */
|
|
#define WORDS_BIGENDIAN 0
|
|
|
|
/* Define as one if we need to include <strings.h> (along with <string.h>) */
|
|
#define NEED_STRINGS_H 0
|
|
|
|
/* Define as one if major, minor, and makedev macros are in <sys/sysmacros.h> */
|
|
#define MAJOR_IN_SYSMACROS 0
|
|
|
|
/* Define as one if major, minor, and makedev macros are in <sys/mkdev.h> */
|
|
#define MAJOR_IN_MKDEV 0
|
|
|
|
/* Define as 1 if we need timezone */
|
|
#define NEED_TIMEZONE 0
|
|
|
|
/* Define as 1 if we need myrealloc */
|
|
#define NEED_MYREALLOC 0
|
|
|
|
/* Define as 1 if chown() follows symlinks and you don't have lchown() */
|
|
#define CHOWN_FOLLOWS_SYMLINK 0
|
|
|
|
/* Define as 1 if you have <sys/select.h> */
|
|
#define HAVE_SYS_SELECT_H 0
|
|
|
|
/* Define as 1 if you have lchown() */
|
|
#define HAVE_LCHOWN 0
|
|
|
|
/* Define as 1 if you have <mntent.h> */
|
|
#define HAVE_MNTENT_H 0
|
|
|
|
/* Define as 1 if you have <sys/mnttab.h> */
|
|
#define HAVE_SYS_MNTTAB_H 0
|
|
|
|
/* Define as 1 if you have getmntent(), you'll also need one of the above
|
|
two defined */
|
|
#define HAVE_GETMNTENT 0
|
|
|
|
/* Define as 1 if you have mntctl() (only aix?) */
|
|
#define HAVE_MNTCTL 0
|
|
|
|
/* Define as 1 if you have "struct mnttab" (only sco?) */
|
|
#define HAVE_STRUCT_MNTTAB 0
|
|
|
|
/* Define as 1 if you have getmntinfo_r() (only osf?) */
|
|
#define HAVE_GETMNTINFO_R 0
|
|
|
|
/* Define as 1 if you have <sys/sysconfig.h> (only aix?) */
|
|
#define HAVE_SYS_SYSTEMCFG_H 0
|
|
|
|
#endif
|