config.h.in revision b85037db
1b85037dbSmrg/* config.h.in. Generated from configure.ac by autoheader. */ 2b85037dbSmrg 3b85037dbSmrg/* Optional backend eventcomm enabled */ 4b85037dbSmrg#undef BUILD_EVENTCOMM 5b85037dbSmrg 6b85037dbSmrg/* Optional backend psmcomm enabled */ 7b85037dbSmrg#undef BUILD_PSMCOMM 8b85037dbSmrg 9b85037dbSmrg/* Enable debugging code */ 10b85037dbSmrg#undef DEBUG 11b85037dbSmrg 12b85037dbSmrg/* Define to 1 if you have the <dlfcn.h> header file. */ 13b85037dbSmrg#undef HAVE_DLFCN_H 14b85037dbSmrg 15b85037dbSmrg/* Define to 1 if you have the <inttypes.h> header file. */ 16b85037dbSmrg#undef HAVE_INTTYPES_H 17b85037dbSmrg 18b85037dbSmrg/* Define to 1 if you have the `m' library (-lm). */ 19b85037dbSmrg#undef HAVE_LIBM 20b85037dbSmrg 21b85037dbSmrg/* Define to 1 if you have the <memory.h> header file. */ 22b85037dbSmrg#undef HAVE_MEMORY_H 23b85037dbSmrg 24b85037dbSmrg/* Define to 1 if you have the <stdint.h> header file. */ 25b85037dbSmrg#undef HAVE_STDINT_H 26b85037dbSmrg 27b85037dbSmrg/* Define to 1 if you have the <stdlib.h> header file. */ 28b85037dbSmrg#undef HAVE_STDLIB_H 29b85037dbSmrg 30b85037dbSmrg/* Define to 1 if you have the <strings.h> header file. */ 31b85037dbSmrg#undef HAVE_STRINGS_H 32b85037dbSmrg 33b85037dbSmrg/* Define to 1 if you have the <string.h> header file. */ 34b85037dbSmrg#undef HAVE_STRING_H 35b85037dbSmrg 36b85037dbSmrg/* Define to 1 if you have the <sys/stat.h> header file. */ 37b85037dbSmrg#undef HAVE_SYS_STAT_H 38b85037dbSmrg 39b85037dbSmrg/* Define to 1 if you have the <sys/types.h> header file. */ 40b85037dbSmrg#undef HAVE_SYS_TYPES_H 41b85037dbSmrg 42b85037dbSmrg/* Define to 1 if you have the <unistd.h> header file. */ 43b85037dbSmrg#undef HAVE_UNISTD_H 44b85037dbSmrg 45b85037dbSmrg/* Define to 1 if you have the <X11/extensions/record.h> header file. */ 46b85037dbSmrg#undef HAVE_X11_EXTENSIONS_RECORD_H 47b85037dbSmrg 48b85037dbSmrg/* Define to the sub-directory in which libtool stores uninstalled libraries. 49b85037dbSmrg */ 50b85037dbSmrg#undef LT_OBJDIR 51b85037dbSmrg 52b85037dbSmrg/* Name of package */ 53b85037dbSmrg#undef PACKAGE 54b85037dbSmrg 55b85037dbSmrg/* Define to the address where bug reports for this package should be sent. */ 56b85037dbSmrg#undef PACKAGE_BUGREPORT 57b85037dbSmrg 58b85037dbSmrg/* Define to the full name of this package. */ 59b85037dbSmrg#undef PACKAGE_NAME 60b85037dbSmrg 61b85037dbSmrg/* Define to the full name and version of this package. */ 62b85037dbSmrg#undef PACKAGE_STRING 63b85037dbSmrg 64b85037dbSmrg/* Define to the one symbol short name of this package. */ 65b85037dbSmrg#undef PACKAGE_TARNAME 66b85037dbSmrg 67b85037dbSmrg/* Define to the home page for this package. */ 68b85037dbSmrg#undef PACKAGE_URL 69b85037dbSmrg 70b85037dbSmrg/* Define to the version of this package. */ 71b85037dbSmrg#undef PACKAGE_VERSION 72b85037dbSmrg 73b85037dbSmrg/* Major version of this package */ 74b85037dbSmrg#undef PACKAGE_VERSION_MAJOR 75b85037dbSmrg 76b85037dbSmrg/* Minor version of this package */ 77b85037dbSmrg#undef PACKAGE_VERSION_MINOR 78b85037dbSmrg 79b85037dbSmrg/* Patch version of this package */ 80b85037dbSmrg#undef PACKAGE_VERSION_PATCHLEVEL 81b85037dbSmrg 82b85037dbSmrg/* Define to 1 if you have the ANSI C header files. */ 83b85037dbSmrg#undef STDC_HEADERS 84b85037dbSmrg 85b85037dbSmrg/* Version number of package */ 86b85037dbSmrg#undef VERSION 87