config.h.in

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

mercurial