From 4b6a44e7082e52f667348b583d1d3c8bd46892f0 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 10 Feb 2017 14:42:07 +0100 Subject: Initial commit --- config.h | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 config.h (limited to 'config.h') diff --git a/config.h b/config.h new file mode 100644 index 0000000..c35518a --- /dev/null +++ b/config.h @@ -0,0 +1,84 @@ +#define HAVE_ATEXIT 1 +#define HAVE_BASENAME 1 +#define HAVE_BYTESWAP_H 1 +#define HAVE_CLOCK_GETTIME 1 +#define HAVE_CTYPE_H 1 +#define HAVE_DAEMON 1 +#define HAVE_DLFCN_H 1 +#define HAVE_DUP2 1 +#define HAVE_ENDIAN_H 1 +#define HAVE_ERRNO_H 1 +#define HAVE_FCNTL_H 1 +#define HAVE_FDATASYNC 1 +#define HAVE_FEATURES_H 1 +#define HAVE_FFS 1 +#define HAVE_FORK 1 +#define HAVE_GETMNTENT 1 +#define HAVE_GETOPT_H 1 +#define HAVE_GETOPT_LONG 1 +#define HAVE_GETTIMEOFDAY 1 +#define HAVE_HASMNTOPT 1 +#define HAVE_INTTYPES_H 1 +#define HAVE_LIBGEN_H 1 +#define HAVE_LIBINTL_H 1 +#define HAVE_LIMITS_H 1 +#define HAVE_LINUX_FD_H 1 +#define HAVE_LINUX_FS_H 1 +#define HAVE_LINUX_HDREG_H 1 +#define HAVE_LINUX_MAJOR_H 1 +#define HAVE_LOCALE_H 1 +#define HAVE_MALLOC_H 1 +#define HAVE_MBRTOWC 1 +#define HAVE_MBSINIT 1 +#define HAVE_MEMCPY 1 +#define HAVE_MEMMOVE 1 +#define HAVE_MEMORY_H 1 +#define HAVE_MEMSET 1 +#define HAVE_MNTENT_H 1 +#define HAVE_PWD_H 1 +#define HAVE_RANDOM 1 +#define HAVE_REALPATH 1 +#define HAVE_REGCOMP 1 +#define HAVE_REGEX_H 1 +#define HAVE_SETLOCALE 1 +#define HAVE_SETXATTR 1 +#define HAVE_SNPRINTF 1 +#define HAVE_STDARG_H 1 +#define HAVE_STDBOOL_H 1 +#define HAVE_STDDEF_H 1 +#define HAVE_STDINT_H 1 +#define HAVE_STDIO_H 1 +#define HAVE_STDLIB_H 1 +#define HAVE_STRCASECMP 1 +#define HAVE_STRCHR 1 +#define HAVE_STRDUP 1 +#define HAVE_STRERROR 1 +#define HAVE_STRFTIME 1 +#define HAVE_STRINGS_H 1 +#define HAVE_STRING_H 1 +#define HAVE_STRNLEN 1 +#define HAVE_STRSEP 1 +#define HAVE_STRTOL 1 +#define HAVE_STRTOUL 1 +#define HAVE_STRUCT_STAT_ST_ATIM 1 +#define HAVE_STRUCT_STAT_ST_BLOCKS 1 +#define HAVE_STRUCT_STAT_ST_RDEV 1 +#define HAVE_ST_BLOCKS 1 +#define HAVE_SYSCONF 1 +#define HAVE_SYSLOG_H 1 +#define HAVE_SYS_IOCTL_H 1 +#define HAVE_SYS_MOUNT_H 1 +#define HAVE_SYS_PARAM_H 1 +#define HAVE_SYS_STATVFS_H 1 +#define HAVE_SYS_STAT_H 1 +#define HAVE_SYS_TYPES_H 1 +#define HAVE_SYS_VFS_H 1 +#define HAVE_TIME_H 1 +#define HAVE_UNISTD_H 1 +#define HAVE_UTIME 1 +#define HAVE_UTIMENSAT 1 +#define HAVE_UTIME_H 1 +#define HAVE_UTIME_NULL 1 +#define HAVE_VPRINTF 1 +#define HAVE_WCHAR_H 1 +#define HAVE__BOOL 1 -- cgit v1.2.3-55-g7522