universe@49: /* config.h.in. Generated from configure.ac by autoheader. */ universe@49: universe@51: /* Define to 1 if you have the header file. */ universe@51: #undef HAVE_DIRENT_H universe@51: universe@49: /* Define to 1 if you have the header file. */ universe@49: #undef HAVE_INTTYPES_H universe@49: universe@49: /* Define to 1 if your system has a GNU libc compatible `malloc' function, and universe@49: to 0 otherwise. */ universe@49: #undef HAVE_MALLOC universe@49: universe@49: /* Define to 1 if you have the header file. */ universe@49: #undef HAVE_MEMORY_H universe@49: universe@49: /* Define to 1 if you have the `memset' function. */ universe@49: #undef HAVE_MEMSET universe@49: universe@49: /* Define to 1 if your system has a GNU libc compatible `realloc' function, universe@49: and to 0 otherwise. */ universe@49: #undef HAVE_REALLOC universe@49: universe@49: /* Define to 1 if you have the `regcomp' function. */ universe@49: #undef HAVE_REGCOMP universe@49: universe@51: /* Define to 1 if you have the header file. */ universe@51: #undef HAVE_REGEX_H universe@51: universe@49: /* Define to 1 if you have the header file. */ universe@49: #undef HAVE_STDINT_H universe@49: universe@49: /* Define to 1 if you have the header file. */ universe@49: #undef HAVE_STDLIB_H universe@49: universe@49: /* Define to 1 if you have the `strcasecmp' function. */ universe@49: #undef HAVE_STRCASECMP universe@49: universe@49: /* Define to 1 if you have the `strchr' function. */ universe@49: #undef HAVE_STRCHR universe@49: universe@49: /* Define to 1 if you have the header file. */ universe@49: #undef HAVE_STRINGS_H universe@49: universe@49: /* Define to 1 if you have the header file. */ universe@49: #undef HAVE_STRING_H universe@49: universe@49: /* Define to 1 if you have the header file. */ universe@49: #undef HAVE_SYS_STAT_H universe@49: universe@49: /* Define to 1 if you have the header file. */ universe@49: #undef HAVE_SYS_TYPES_H universe@49: universe@49: /* Define to 1 if you have the header file. */ universe@49: #undef HAVE_UNISTD_H universe@49: universe@49: /* Define to 1 if the system has the type `_Bool'. */ universe@49: #undef HAVE__BOOL universe@49: universe@49: /* Name of package */ universe@49: #undef PACKAGE universe@49: universe@49: /* Define to the address where bug reports for this package should be sent. */ universe@49: #undef PACKAGE_BUGREPORT universe@49: universe@49: /* Define to the full name of this package. */ universe@49: #undef PACKAGE_NAME universe@49: universe@49: /* Define to the full name and version of this package. */ universe@49: #undef PACKAGE_STRING universe@49: universe@49: /* Define to the one symbol short name of this package. */ universe@49: #undef PACKAGE_TARNAME universe@49: universe@49: /* Define to the home page for this package. */ universe@49: #undef PACKAGE_URL universe@49: universe@49: /* Define to the version of this package. */ universe@49: #undef PACKAGE_VERSION universe@49: universe@49: /* Define to 1 if you have the ANSI C header files. */ universe@49: #undef STDC_HEADERS universe@49: universe@49: /* Version number of package */ universe@49: #undef VERSION universe@49: universe@49: /* Define to rpl_malloc if the replacement function should be used. */ universe@49: #undef malloc universe@49: universe@49: /* Define to rpl_realloc if the replacement function should be used. */ universe@49: #undef realloc universe@49: universe@49: /* Define to `unsigned int' if does not define. */ universe@49: #undef size_t