config.h.in

Wed, 31 May 2017 12:51:24 +0200

author
Mike Becker <universe@uap-core.de>
date
Wed, 31 May 2017 12:51:24 +0200
changeset 51
5acf05940667
parent 49
08b780ecc611
permissions
-rw-r--r--

fixes compiler flags

universe@49 1 /* config.h.in. Generated from configure.ac by autoheader. */
universe@49 2
universe@51 3 /* Define to 1 if you have the <dirent.h> header file. */
universe@51 4 #undef HAVE_DIRENT_H
universe@51 5
universe@49 6 /* Define to 1 if you have the <inttypes.h> header file. */
universe@49 7 #undef HAVE_INTTYPES_H
universe@49 8
universe@49 9 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
universe@49 10 to 0 otherwise. */
universe@49 11 #undef HAVE_MALLOC
universe@49 12
universe@49 13 /* Define to 1 if you have the <memory.h> header file. */
universe@49 14 #undef HAVE_MEMORY_H
universe@49 15
universe@49 16 /* Define to 1 if you have the `memset' function. */
universe@49 17 #undef HAVE_MEMSET
universe@49 18
universe@49 19 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
universe@49 20 and to 0 otherwise. */
universe@49 21 #undef HAVE_REALLOC
universe@49 22
universe@49 23 /* Define to 1 if you have the `regcomp' function. */
universe@49 24 #undef HAVE_REGCOMP
universe@49 25
universe@51 26 /* Define to 1 if you have the <regex.h> header file. */
universe@51 27 #undef HAVE_REGEX_H
universe@51 28
universe@49 29 /* Define to 1 if you have the <stdint.h> header file. */
universe@49 30 #undef HAVE_STDINT_H
universe@49 31
universe@49 32 /* Define to 1 if you have the <stdlib.h> header file. */
universe@49 33 #undef HAVE_STDLIB_H
universe@49 34
universe@49 35 /* Define to 1 if you have the `strcasecmp' function. */
universe@49 36 #undef HAVE_STRCASECMP
universe@49 37
universe@49 38 /* Define to 1 if you have the `strchr' function. */
universe@49 39 #undef HAVE_STRCHR
universe@49 40
universe@49 41 /* Define to 1 if you have the <strings.h> header file. */
universe@49 42 #undef HAVE_STRINGS_H
universe@49 43
universe@49 44 /* Define to 1 if you have the <string.h> header file. */
universe@49 45 #undef HAVE_STRING_H
universe@49 46
universe@49 47 /* Define to 1 if you have the <sys/stat.h> header file. */
universe@49 48 #undef HAVE_SYS_STAT_H
universe@49 49
universe@49 50 /* Define to 1 if you have the <sys/types.h> header file. */
universe@49 51 #undef HAVE_SYS_TYPES_H
universe@49 52
universe@49 53 /* Define to 1 if you have the <unistd.h> header file. */
universe@49 54 #undef HAVE_UNISTD_H
universe@49 55
universe@49 56 /* Define to 1 if the system has the type `_Bool'. */
universe@49 57 #undef HAVE__BOOL
universe@49 58
universe@49 59 /* Name of package */
universe@49 60 #undef PACKAGE
universe@49 61
universe@49 62 /* Define to the address where bug reports for this package should be sent. */
universe@49 63 #undef PACKAGE_BUGREPORT
universe@49 64
universe@49 65 /* Define to the full name of this package. */
universe@49 66 #undef PACKAGE_NAME
universe@49 67
universe@49 68 /* Define to the full name and version of this package. */
universe@49 69 #undef PACKAGE_STRING
universe@49 70
universe@49 71 /* Define to the one symbol short name of this package. */
universe@49 72 #undef PACKAGE_TARNAME
universe@49 73
universe@49 74 /* Define to the home page for this package. */
universe@49 75 #undef PACKAGE_URL
universe@49 76
universe@49 77 /* Define to the version of this package. */
universe@49 78 #undef PACKAGE_VERSION
universe@49 79
universe@49 80 /* Define to 1 if you have the ANSI C header files. */
universe@49 81 #undef STDC_HEADERS
universe@49 82
universe@49 83 /* Version number of package */
universe@49 84 #undef VERSION
universe@49 85
universe@49 86 /* Define to rpl_malloc if the replacement function should be used. */
universe@49 87 #undef malloc
universe@49 88
universe@49 89 /* Define to rpl_realloc if the replacement function should be used. */
universe@49 90 #undef realloc
universe@49 91
universe@49 92 /* Define to `unsigned int' if <sys/types.h> does not define. */
universe@49 93 #undef size_t

mercurial