1*5ce9237cSJohn Marino/* config.h.in. Generated from configure.ac by autoheader. */ 2*5ce9237cSJohn Marino 3*5ce9237cSJohn Marino/* Define to 1 if you have the <alloca.h> header file. */ 4*5ce9237cSJohn Marino#undef HAVE_ALLOCA_H 5*5ce9237cSJohn Marino 6*5ce9237cSJohn Marino/* Define to 1 if you have the <dlfcn.h> header file. */ 7*5ce9237cSJohn Marino#undef HAVE_DLFCN_H 8*5ce9237cSJohn Marino 9*5ce9237cSJohn Marino/* Define to 1 if you have the <fcntl.h> header file. */ 10*5ce9237cSJohn Marino#undef HAVE_FCNTL_H 11*5ce9237cSJohn Marino 12*5ce9237cSJohn Marino/* __attribute__((visibility ("hidden"))) supported */ 13*5ce9237cSJohn Marino#undef HAVE_HIDDEN_VISIBILITY 14*5ce9237cSJohn Marino 15*5ce9237cSJohn Marino/* Define to 1 if you have the <inttypes.h> header file. */ 16*5ce9237cSJohn Marino#undef HAVE_INTTYPES_H 17*5ce9237cSJohn Marino 18*5ce9237cSJohn Marino/* Define to 1 if you have the <limits.h> header file. */ 19*5ce9237cSJohn Marino#undef HAVE_LIMITS_H 20*5ce9237cSJohn Marino 21*5ce9237cSJohn Marino/* Define to 1 if you have the <malloc.h> header file. */ 22*5ce9237cSJohn Marino#undef HAVE_MALLOC_H 23*5ce9237cSJohn Marino 24*5ce9237cSJohn Marino/* Define to 1 if you have the `memmove' function. */ 25*5ce9237cSJohn Marino#undef HAVE_MEMMOVE 26*5ce9237cSJohn Marino 27*5ce9237cSJohn Marino/* Define to 1 if you have the <memory.h> header file. */ 28*5ce9237cSJohn Marino#undef HAVE_MEMORY_H 29*5ce9237cSJohn Marino 30*5ce9237cSJohn Marino/* Define to 1 if you have the `mempcpy' function. */ 31*5ce9237cSJohn Marino#undef HAVE_MEMPCPY 32*5ce9237cSJohn Marino 33*5ce9237cSJohn Marino/* Define to 1 if you have the <paths.h> header file. */ 34*5ce9237cSJohn Marino#undef HAVE_PATHS_H 35*5ce9237cSJohn Marino 36*5ce9237cSJohn Marino/* Define to 1 if you have the <stdint.h> header file. */ 37*5ce9237cSJohn Marino#undef HAVE_STDINT_H 38*5ce9237cSJohn Marino 39*5ce9237cSJohn Marino/* Define to 1 if you have the <stdio.h> header file. */ 40*5ce9237cSJohn Marino#undef HAVE_STDIO_H 41*5ce9237cSJohn Marino 42*5ce9237cSJohn Marino/* Define to 1 if you have the <stdlib.h> header file. */ 43*5ce9237cSJohn Marino#undef HAVE_STDLIB_H 44*5ce9237cSJohn Marino 45*5ce9237cSJohn Marino/* Define to 1 if you have the <strings.h> header file. */ 46*5ce9237cSJohn Marino#undef HAVE_STRINGS_H 47*5ce9237cSJohn Marino 48*5ce9237cSJohn Marino/* Define to 1 if you have the <string.h> header file. */ 49*5ce9237cSJohn Marino#undef HAVE_STRING_H 50*5ce9237cSJohn Marino 51*5ce9237cSJohn Marino/* Define to 1 if you have the `strncat' function. */ 52*5ce9237cSJohn Marino#undef HAVE_STRNCAT 53*5ce9237cSJohn Marino 54*5ce9237cSJohn Marino/* Define to 1 if you have the `strncpy' function. */ 55*5ce9237cSJohn Marino#undef HAVE_STRNCPY 56*5ce9237cSJohn Marino 57*5ce9237cSJohn Marino/* Define to 1 if you have the <syslog.h> header file. */ 58*5ce9237cSJohn Marino#undef HAVE_SYSLOG_H 59*5ce9237cSJohn Marino 60*5ce9237cSJohn Marino/* Define to 1 if you have the <sys/stat.h> header file. */ 61*5ce9237cSJohn Marino#undef HAVE_SYS_STAT_H 62*5ce9237cSJohn Marino 63*5ce9237cSJohn Marino/* Define to 1 if you have the <sys/types.h> header file. */ 64*5ce9237cSJohn Marino#undef HAVE_SYS_TYPES_H 65*5ce9237cSJohn Marino 66*5ce9237cSJohn Marino/* Define to 1 if you have the <unistd.h> header file. */ 67*5ce9237cSJohn Marino#undef HAVE_UNISTD_H 68*5ce9237cSJohn Marino 69*5ce9237cSJohn Marino/* vsnprintf is present and works */ 70*5ce9237cSJohn Marino#undef HAVE_USABLE_VSNPRINTF 71*5ce9237cSJohn Marino 72*5ce9237cSJohn Marino/* Define to the sub-directory in which libtool stores uninstalled libraries. 73*5ce9237cSJohn Marino */ 74*5ce9237cSJohn Marino#undef LT_OBJDIR 75*5ce9237cSJohn Marino 76*5ce9237cSJohn Marino/* Name of package */ 77*5ce9237cSJohn Marino#undef PACKAGE 78*5ce9237cSJohn Marino 79*5ce9237cSJohn Marino/* Define to the address where bug reports for this package should be sent. */ 80*5ce9237cSJohn Marino#undef PACKAGE_BUGREPORT 81*5ce9237cSJohn Marino 82*5ce9237cSJohn Marino/* Define to the full name of this package. */ 83*5ce9237cSJohn Marino#undef PACKAGE_NAME 84*5ce9237cSJohn Marino 85*5ce9237cSJohn Marino/* Define to the full name and version of this package. */ 86*5ce9237cSJohn Marino#undef PACKAGE_STRING 87*5ce9237cSJohn Marino 88*5ce9237cSJohn Marino/* Define to the one symbol short name of this package. */ 89*5ce9237cSJohn Marino#undef PACKAGE_TARNAME 90*5ce9237cSJohn Marino 91*5ce9237cSJohn Marino/* Define to the home page for this package. */ 92*5ce9237cSJohn Marino#undef PACKAGE_URL 93*5ce9237cSJohn Marino 94*5ce9237cSJohn Marino/* Define to the version of this package. */ 95*5ce9237cSJohn Marino#undef PACKAGE_VERSION 96*5ce9237cSJohn Marino 97*5ce9237cSJohn Marino/* Define to 1 if you have the ANSI C header files. */ 98*5ce9237cSJohn Marino#undef STDC_HEADERS 99*5ce9237cSJohn Marino 100*5ce9237cSJohn Marino/* Version number of package */ 101*5ce9237cSJohn Marino#undef VERSION 102