1bccedf53Smrg/* config.h.in. Generated from configure.ac by autoheader. */ 2bccedf53Smrg 37c5f6000Smrg/* Define to 1 if you have the <inttypes.h> header file. */ 47c5f6000Smrg#undef HAVE_INTTYPES_H 57c5f6000Smrg 67c5f6000Smrg/* Define to 1 if you have the <stdint.h> header file. */ 77c5f6000Smrg#undef HAVE_STDINT_H 87c5f6000Smrg 9ec318dbfSmrg/* Define to 1 if you have the <stdio.h> header file. */ 10ec318dbfSmrg#undef HAVE_STDIO_H 11ec318dbfSmrg 127c5f6000Smrg/* Define to 1 if you have the <stdlib.h> header file. */ 137c5f6000Smrg#undef HAVE_STDLIB_H 147c5f6000Smrg 157c5f6000Smrg/* Define to 1 if you have the <strings.h> header file. */ 167c5f6000Smrg#undef HAVE_STRINGS_H 177c5f6000Smrg 187c5f6000Smrg/* Define to 1 if you have the <string.h> header file. */ 197c5f6000Smrg#undef HAVE_STRING_H 207c5f6000Smrg 217c5f6000Smrg/* Define to 1 if you have the <sys/stat.h> header file. */ 227c5f6000Smrg#undef HAVE_SYS_STAT_H 237c5f6000Smrg 247c5f6000Smrg/* Define to 1 if you have the <sys/types.h> header file. */ 257c5f6000Smrg#undef HAVE_SYS_TYPES_H 267c5f6000Smrg 277c5f6000Smrg/* Define to 1 if you have the <unistd.h> header file. */ 287c5f6000Smrg#undef HAVE_UNISTD_H 297c5f6000Smrg 30bccedf53Smrg/* Name of package */ 31bccedf53Smrg#undef PACKAGE 32bccedf53Smrg 33bccedf53Smrg/* Define to the address where bug reports for this package should be sent. */ 34bccedf53Smrg#undef PACKAGE_BUGREPORT 35bccedf53Smrg 36bccedf53Smrg/* Define to the full name of this package. */ 37bccedf53Smrg#undef PACKAGE_NAME 38bccedf53Smrg 39bccedf53Smrg/* Define to the full name and version of this package. */ 40bccedf53Smrg#undef PACKAGE_STRING 41bccedf53Smrg 42bccedf53Smrg/* Define to the one symbol short name of this package. */ 43bccedf53Smrg#undef PACKAGE_TARNAME 44bccedf53Smrg 45f7ada8ddSmrg/* Define to the home page for this package. */ 46f7ada8ddSmrg#undef PACKAGE_URL 47f7ada8ddSmrg 48bccedf53Smrg/* Define to the version of this package. */ 49bccedf53Smrg#undef PACKAGE_VERSION 50bccedf53Smrg 517c5f6000Smrg/* Major version of this package */ 527c5f6000Smrg#undef PACKAGE_VERSION_MAJOR 537c5f6000Smrg 547c5f6000Smrg/* Minor version of this package */ 557c5f6000Smrg#undef PACKAGE_VERSION_MINOR 567c5f6000Smrg 577c5f6000Smrg/* Patch version of this package */ 587c5f6000Smrg#undef PACKAGE_VERSION_PATCHLEVEL 597c5f6000Smrg 60a2394c98Smrg/* Define to 1 if all of the C89 standard headers exist (not just the ones 61ec318dbfSmrg required in a freestanding environment). This macro is provided for 62ec318dbfSmrg backward compatibility; new code need not use it. */ 637c5f6000Smrg#undef STDC_HEADERS 647c5f6000Smrg 65bccedf53Smrg/* Version number of package */ 66bccedf53Smrg#undef VERSION 67