15dfecf96Smrg/* config.h.in. Generated from configure.ac by autoheader. */ 25dfecf96Smrg 3c2cbb186Smrg/* Define to 1 if you have the declaration of '_SC_PAGESIZE', and to 0 if you 4f765521fSmrg don't. */ 5f765521fSmrg#undef HAVE_DECL__SC_PAGESIZE 6f765521fSmrg 7c2cbb186Smrg/* Define to 1 if you have the 'getpagesize' function. */ 8f765521fSmrg#undef HAVE_GETPAGESIZE 9f765521fSmrg 10c05e22d7Smrg/* Define to 1 if you have the <inttypes.h> header file. */ 11c05e22d7Smrg#undef HAVE_INTTYPES_H 12c05e22d7Smrg 13c05e22d7Smrg/* Define to 1 if you have the <stdint.h> header file. */ 14c05e22d7Smrg#undef HAVE_STDINT_H 15c05e22d7Smrg 1696d43ffdSmrg/* Define to 1 if you have the <stdio.h> header file. */ 1796d43ffdSmrg#undef HAVE_STDIO_H 1896d43ffdSmrg 19c05e22d7Smrg/* Define to 1 if you have the <stdlib.h> header file. */ 20c05e22d7Smrg#undef HAVE_STDLIB_H 21c05e22d7Smrg 22c05e22d7Smrg/* Define to 1 if you have the <strings.h> header file. */ 23c05e22d7Smrg#undef HAVE_STRINGS_H 24c05e22d7Smrg 25c05e22d7Smrg/* Define to 1 if you have the <string.h> header file. */ 26c05e22d7Smrg#undef HAVE_STRING_H 27c05e22d7Smrg 28c05e22d7Smrg/* Define to 1 if you have the <sys/stat.h> header file. */ 29c05e22d7Smrg#undef HAVE_SYS_STAT_H 30c05e22d7Smrg 31c05e22d7Smrg/* Define to 1 if you have the <sys/types.h> header file. */ 32c05e22d7Smrg#undef HAVE_SYS_TYPES_H 33c05e22d7Smrg 34c05e22d7Smrg/* Define to 1 if you have the <unistd.h> header file. */ 35c05e22d7Smrg#undef HAVE_UNISTD_H 36c05e22d7Smrg 375dfecf96Smrg/* Name of package */ 385dfecf96Smrg#undef PACKAGE 395dfecf96Smrg 405dfecf96Smrg/* Define to the address where bug reports for this package should be sent. */ 415dfecf96Smrg#undef PACKAGE_BUGREPORT 425dfecf96Smrg 435dfecf96Smrg/* Define to the full name of this package. */ 445dfecf96Smrg#undef PACKAGE_NAME 455dfecf96Smrg 465dfecf96Smrg/* Define to the full name and version of this package. */ 475dfecf96Smrg#undef PACKAGE_STRING 485dfecf96Smrg 495dfecf96Smrg/* Define to the one symbol short name of this package. */ 505dfecf96Smrg#undef PACKAGE_TARNAME 515dfecf96Smrg 52c05e22d7Smrg/* Define to the home page for this package. */ 53c05e22d7Smrg#undef PACKAGE_URL 54c05e22d7Smrg 555dfecf96Smrg/* Define to the version of this package. */ 565dfecf96Smrg#undef PACKAGE_VERSION 575dfecf96Smrg 58f14f4646Smrg/* Major version of this package */ 59f14f4646Smrg#undef PACKAGE_VERSION_MAJOR 60f14f4646Smrg 61f14f4646Smrg/* Minor version of this package */ 62f14f4646Smrg#undef PACKAGE_VERSION_MINOR 63f14f4646Smrg 64f14f4646Smrg/* Patch version of this package */ 65f14f4646Smrg#undef PACKAGE_VERSION_PATCHLEVEL 66f14f4646Smrg 67c2cbb186Smrg/* Define to 1 if all of the C89 standard headers exist (not just the ones 6896d43ffdSmrg required in a freestanding environment). This macro is provided for 6996d43ffdSmrg backward compatibility; new code need not use it. */ 70c05e22d7Smrg#undef STDC_HEADERS 71c05e22d7Smrg 725dfecf96Smrg/* Version number of package */ 735dfecf96Smrg#undef VERSION 74c2cbb186Smrg 75c2cbb186Smrg/* Define to '__inline__' or '__inline' if that's what the C compiler 76c2cbb186Smrg calls it, or to nothing if 'inline' is not supported under any name. */ 77c2cbb186Smrg#ifndef __cplusplus 78c2cbb186Smrg#undef inline 79c2cbb186Smrg#endif 80