config.h.in

changeset 52
02816cd75edc
parent 51
5acf05940667
child 53
32b9e0a5cebd
     1.1 --- a/config.h.in	Wed May 31 12:51:24 2017 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,93 +0,0 @@
     1.4 -/* config.h.in.  Generated from configure.ac by autoheader.  */
     1.5 -
     1.6 -/* Define to 1 if you have the <dirent.h> header file. */
     1.7 -#undef HAVE_DIRENT_H
     1.8 -
     1.9 -/* Define to 1 if you have the <inttypes.h> header file. */
    1.10 -#undef HAVE_INTTYPES_H
    1.11 -
    1.12 -/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
    1.13 -   to 0 otherwise. */
    1.14 -#undef HAVE_MALLOC
    1.15 -
    1.16 -/* Define to 1 if you have the <memory.h> header file. */
    1.17 -#undef HAVE_MEMORY_H
    1.18 -
    1.19 -/* Define to 1 if you have the `memset' function. */
    1.20 -#undef HAVE_MEMSET
    1.21 -
    1.22 -/* Define to 1 if your system has a GNU libc compatible `realloc' function,
    1.23 -   and to 0 otherwise. */
    1.24 -#undef HAVE_REALLOC
    1.25 -
    1.26 -/* Define to 1 if you have the `regcomp' function. */
    1.27 -#undef HAVE_REGCOMP
    1.28 -
    1.29 -/* Define to 1 if you have the <regex.h> header file. */
    1.30 -#undef HAVE_REGEX_H
    1.31 -
    1.32 -/* Define to 1 if you have the <stdint.h> header file. */
    1.33 -#undef HAVE_STDINT_H
    1.34 -
    1.35 -/* Define to 1 if you have the <stdlib.h> header file. */
    1.36 -#undef HAVE_STDLIB_H
    1.37 -
    1.38 -/* Define to 1 if you have the `strcasecmp' function. */
    1.39 -#undef HAVE_STRCASECMP
    1.40 -
    1.41 -/* Define to 1 if you have the `strchr' function. */
    1.42 -#undef HAVE_STRCHR
    1.43 -
    1.44 -/* Define to 1 if you have the <strings.h> header file. */
    1.45 -#undef HAVE_STRINGS_H
    1.46 -
    1.47 -/* Define to 1 if you have the <string.h> header file. */
    1.48 -#undef HAVE_STRING_H
    1.49 -
    1.50 -/* Define to 1 if you have the <sys/stat.h> header file. */
    1.51 -#undef HAVE_SYS_STAT_H
    1.52 -
    1.53 -/* Define to 1 if you have the <sys/types.h> header file. */
    1.54 -#undef HAVE_SYS_TYPES_H
    1.55 -
    1.56 -/* Define to 1 if you have the <unistd.h> header file. */
    1.57 -#undef HAVE_UNISTD_H
    1.58 -
    1.59 -/* Define to 1 if the system has the type `_Bool'. */
    1.60 -#undef HAVE__BOOL
    1.61 -
    1.62 -/* Name of package */
    1.63 -#undef PACKAGE
    1.64 -
    1.65 -/* Define to the address where bug reports for this package should be sent. */
    1.66 -#undef PACKAGE_BUGREPORT
    1.67 -
    1.68 -/* Define to the full name of this package. */
    1.69 -#undef PACKAGE_NAME
    1.70 -
    1.71 -/* Define to the full name and version of this package. */
    1.72 -#undef PACKAGE_STRING
    1.73 -
    1.74 -/* Define to the one symbol short name of this package. */
    1.75 -#undef PACKAGE_TARNAME
    1.76 -
    1.77 -/* Define to the home page for this package. */
    1.78 -#undef PACKAGE_URL
    1.79 -
    1.80 -/* Define to the version of this package. */
    1.81 -#undef PACKAGE_VERSION
    1.82 -
    1.83 -/* Define to 1 if you have the ANSI C header files. */
    1.84 -#undef STDC_HEADERS
    1.85 -
    1.86 -/* Version number of package */
    1.87 -#undef VERSION
    1.88 -
    1.89 -/* Define to rpl_malloc if the replacement function should be used. */
    1.90 -#undef malloc
    1.91 -
    1.92 -/* Define to rpl_realloc if the replacement function should be used. */
    1.93 -#undef realloc
    1.94 -
    1.95 -/* Define to `unsigned int' if <sys/types.h> does not define. */
    1.96 -#undef size_t

mercurial