config.h.in revision 7c5f6000
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 <memory.h> header file. */ 77c5f6000Smrg#undef HAVE_MEMORY_H 87c5f6000Smrg 97c5f6000Smrg/* Define to 1 if you have the <stdint.h> header file. */ 107c5f6000Smrg#undef HAVE_STDINT_H 117c5f6000Smrg 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 45bccedf53Smrg/* Define to the version of this package. */ 46bccedf53Smrg#undef PACKAGE_VERSION 47bccedf53Smrg 487c5f6000Smrg/* Major version of this package */ 497c5f6000Smrg#undef PACKAGE_VERSION_MAJOR 507c5f6000Smrg 517c5f6000Smrg/* Minor version of this package */ 527c5f6000Smrg#undef PACKAGE_VERSION_MINOR 537c5f6000Smrg 547c5f6000Smrg/* Patch version of this package */ 557c5f6000Smrg#undef PACKAGE_VERSION_PATCHLEVEL 567c5f6000Smrg 577c5f6000Smrg/* Define to 1 if you have the ANSI C header files. */ 587c5f6000Smrg#undef STDC_HEADERS 597c5f6000Smrg 60bccedf53Smrg/* Version number of package */ 61bccedf53Smrg#undef VERSION 62