config.h.in revision 48e69166
1fd0c672fSmrg/* config.h.in. Generated from configure.ac by autoheader. */ 2fd0c672fSmrg 348e69166Smrg/* Define to 1 if you have the <inttypes.h> header file. */ 448e69166Smrg#undef HAVE_INTTYPES_H 548e69166Smrg 6fd0c672fSmrg/* Define to 1 if you have the `kstat' library (-lkstat). */ 7fd0c672fSmrg#undef HAVE_LIBKSTAT 8fd0c672fSmrg 948e69166Smrg/* Define to 1 if you have the <memory.h> header file. */ 1048e69166Smrg#undef HAVE_MEMORY_H 1148e69166Smrg 1248e69166Smrg/* Define to 1 if you have the <stdint.h> header file. */ 1348e69166Smrg#undef HAVE_STDINT_H 1448e69166Smrg 1548e69166Smrg/* Define to 1 if you have the <stdlib.h> header file. */ 1648e69166Smrg#undef HAVE_STDLIB_H 1748e69166Smrg 1848e69166Smrg/* Define to 1 if you have the <strings.h> header file. */ 1948e69166Smrg#undef HAVE_STRINGS_H 2048e69166Smrg 2148e69166Smrg/* Define to 1 if you have the <string.h> header file. */ 2248e69166Smrg#undef HAVE_STRING_H 2348e69166Smrg 2448e69166Smrg/* Define to 1 if you have the <sys/stat.h> header file. */ 2548e69166Smrg#undef HAVE_SYS_STAT_H 2648e69166Smrg 2748e69166Smrg/* Define to 1 if you have the <sys/types.h> header file. */ 2848e69166Smrg#undef HAVE_SYS_TYPES_H 2948e69166Smrg 3048e69166Smrg/* Define to 1 if you have the <unistd.h> header file. */ 3148e69166Smrg#undef HAVE_UNISTD_H 3248e69166Smrg 3348e69166Smrg/* Location of translated messages */ 3448e69166Smrg#undef LOCALEDIR 3548e69166Smrg 36fd0c672fSmrg/* Name of package */ 37fd0c672fSmrg#undef PACKAGE 38fd0c672fSmrg 39fd0c672fSmrg/* Define to the address where bug reports for this package should be sent. */ 40fd0c672fSmrg#undef PACKAGE_BUGREPORT 41fd0c672fSmrg 42fd0c672fSmrg/* Define to the full name of this package. */ 43fd0c672fSmrg#undef PACKAGE_NAME 44fd0c672fSmrg 45fd0c672fSmrg/* Define to the full name and version of this package. */ 46fd0c672fSmrg#undef PACKAGE_STRING 47fd0c672fSmrg 48fd0c672fSmrg/* Define to the one symbol short name of this package. */ 49fd0c672fSmrg#undef PACKAGE_TARNAME 50fd0c672fSmrg 5148e69166Smrg/* Define to the home page for this package. */ 5248e69166Smrg#undef PACKAGE_URL 5348e69166Smrg 54fd0c672fSmrg/* Define to the version of this package. */ 55fd0c672fSmrg#undef PACKAGE_VERSION 56fd0c672fSmrg 57fd0c672fSmrg/* Major version of this package */ 58fd0c672fSmrg#undef PACKAGE_VERSION_MAJOR 59fd0c672fSmrg 60fd0c672fSmrg/* Minor version of this package */ 61fd0c672fSmrg#undef PACKAGE_VERSION_MINOR 62fd0c672fSmrg 63fd0c672fSmrg/* Patch version of this package */ 64fd0c672fSmrg#undef PACKAGE_VERSION_PATCHLEVEL 65fd0c672fSmrg 6648e69166Smrg/* Define to 1 if you have the ANSI C header files. */ 6748e69166Smrg#undef STDC_HEADERS 6848e69166Smrg 6948e69166Smrg/* Define to 1 if you want to use the gettext() function. */ 7048e69166Smrg#undef USE_GETTEXT 7148e69166Smrg 72fd0c672fSmrg/* Version number of package */ 73fd0c672fSmrg#undef VERSION 74