Blame config.h.in

Packit c5a612
/* config.h.in.  Generated from configure.ac by autoheader.  */
Packit c5a612
Packit c5a612
/* Define to 1 if you have the <dlfcn.h> header file. */
Packit c5a612
#undef HAVE_DLFCN_H
Packit c5a612
Packit c5a612
/* Define to 1 if you have the <inttypes.h> header file. */
Packit c5a612
#undef HAVE_INTTYPES_H
Packit c5a612
Packit c5a612
/* Define to 1 if you have the `gmp' library (-lgmp). */
Packit c5a612
#undef HAVE_LIBGMP
Packit c5a612
Packit c5a612
/* Define if you have libjansson */
Packit c5a612
#undef HAVE_LIBJANSSON
Packit c5a612
Packit c5a612
/* Define to 1 if you have the `linenoise' library (-llinenoise). */
Packit c5a612
#undef HAVE_LIBLINENOISE
Packit c5a612
Packit c5a612
/* Define to 1 if you have the `readline' library (-lreadline). */
Packit c5a612
#undef HAVE_LIBREADLINE
Packit c5a612
Packit c5a612
/* 0 */
Packit c5a612
#undef HAVE_LIBXTABLES
Packit c5a612
Packit c5a612
/* Define to 1 if you have the <memory.h> header file. */
Packit c5a612
#undef HAVE_MEMORY_H
Packit c5a612
Packit c5a612
/* Define to 1 if you have the <stdint.h> header file. */
Packit c5a612
#undef HAVE_STDINT_H
Packit c5a612
Packit c5a612
/* Define to 1 if you have the <stdlib.h> header file. */
Packit c5a612
#undef HAVE_STDLIB_H
Packit c5a612
Packit c5a612
/* Define to 1 if you have the <strings.h> header file. */
Packit c5a612
#undef HAVE_STRINGS_H
Packit c5a612
Packit c5a612
/* Define to 1 if you have the <string.h> header file. */
Packit c5a612
#undef HAVE_STRING_H
Packit c5a612
Packit c5a612
/* Define to 1 if you have the <sys/stat.h> header file. */
Packit c5a612
#undef HAVE_SYS_STAT_H
Packit c5a612
Packit c5a612
/* Define to 1 if you have the <sys/types.h> header file. */
Packit c5a612
#undef HAVE_SYS_TYPES_H
Packit c5a612
Packit c5a612
/* Define to 1 if you have the <unistd.h> header file. */
Packit c5a612
#undef HAVE_UNISTD_H
Packit c5a612
Packit c5a612
/* True if compiler supports -fvisibility=hidden */
Packit c5a612
#undef HAVE_VISIBILITY_HIDDEN
Packit c5a612
Packit c5a612
/* Define to the sub-directory where libtool stores uninstalled libraries. */
Packit c5a612
#undef LT_OBJDIR
Packit c5a612
Packit c5a612
/* Name of package */
Packit c5a612
#undef PACKAGE
Packit c5a612
Packit c5a612
/* Define to the address where bug reports for this package should be sent. */
Packit c5a612
#undef PACKAGE_BUGREPORT
Packit c5a612
Packit c5a612
/* Define to the full name of this package. */
Packit c5a612
#undef PACKAGE_NAME
Packit c5a612
Packit c5a612
/* Define to the full name and version of this package. */
Packit c5a612
#undef PACKAGE_STRING
Packit c5a612
Packit c5a612
/* Define to the one symbol short name of this package. */
Packit c5a612
#undef PACKAGE_TARNAME
Packit c5a612
Packit c5a612
/* Define to the home page for this package. */
Packit c5a612
#undef PACKAGE_URL
Packit c5a612
Packit c5a612
/* Define to the version of this package. */
Packit c5a612
#undef PACKAGE_VERSION
Packit c5a612
Packit c5a612
/* Release name */
Packit c5a612
#undef RELEASE_NAME
Packit c5a612
Packit c5a612
/* Define to 1 if you have the ANSI C header files. */
Packit c5a612
#undef STDC_HEADERS
Packit c5a612
Packit c5a612
/* Version number of package */
Packit c5a612
#undef VERSION
Packit c5a612
Packit c5a612
/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
Packit c5a612
   `char[]'. */
Packit c5a612
#undef YYTEXT_POINTER