config.h.in revision 067610f1
1067610f1Smrg/* config.h.in. Generated from configure.ac by autoheader. */ 2067610f1Smrg 3067610f1Smrg/* Define to 1 if your C compiler doesn't accept -c and -o together. */ 4067610f1Smrg#undef NO_MINUS_C_MINUS_O 5067610f1Smrg 6067610f1Smrg/* Name of package */ 7067610f1Smrg#undef PACKAGE 8067610f1Smrg 9067610f1Smrg/* Define to the address where bug reports for this package should be sent. */ 10067610f1Smrg#undef PACKAGE_BUGREPORT 11067610f1Smrg 12067610f1Smrg/* Define to the full name of this package. */ 13067610f1Smrg#undef PACKAGE_NAME 14067610f1Smrg 15067610f1Smrg/* Define to the full name and version of this package. */ 16067610f1Smrg#undef PACKAGE_STRING 17067610f1Smrg 18067610f1Smrg/* Define to the one symbol short name of this package. */ 19067610f1Smrg#undef PACKAGE_TARNAME 20067610f1Smrg 21067610f1Smrg/* Define to the version of this package. */ 22067610f1Smrg#undef PACKAGE_VERSION 23067610f1Smrg 24067610f1Smrg/* Major version of this package */ 25067610f1Smrg#undef PACKAGE_VERSION_MAJOR 26067610f1Smrg 27067610f1Smrg/* Minor version of this package */ 28067610f1Smrg#undef PACKAGE_VERSION_MINOR 29067610f1Smrg 30067610f1Smrg/* Patch version of this package */ 31067610f1Smrg#undef PACKAGE_VERSION_PATCHLEVEL 32067610f1Smrg 33067610f1Smrg/* Version number of package */ 34067610f1Smrg#undef VERSION 35