Blame config.h.in

Packit Service 12e4cd
/* config.h.in.  Generated from configure.ac by autoheader.  */
Packit Service 12e4cd
Packit Service 12e4cd
/* Define to 1 if you want to include debug code in the library */
Packit Service 12e4cd
#undef DEBUG
Packit Service 12e4cd
Packit Service 12e4cd
/* Don not build deprecated functionality */
Packit Service 12e4cd
#undef FRIBIDI_NO_DEPRECATED
Packit Service 12e4cd
Packit Service 12e4cd
/* Define to 1 if you have the <asm/page.h> header file. */
Packit Service 12e4cd
#undef HAVE_ASM_PAGE_H
Packit Service 12e4cd
Packit Service 12e4cd
/* Define to 1 if you have the <dlfcn.h> header file. */
Packit Service 12e4cd
#undef HAVE_DLFCN_H
Packit Service 12e4cd
Packit Service 12e4cd
/* Define to 1 if you have the <inttypes.h> header file. */
Packit Service 12e4cd
#undef HAVE_INTTYPES_H
Packit Service 12e4cd
Packit Service 12e4cd
/* Define to 1 if you have the `memmove' function. */
Packit Service 12e4cd
#undef HAVE_MEMMOVE
Packit Service 12e4cd
Packit Service 12e4cd
/* Define to 1 if you have the <memory.h> header file. */
Packit Service 12e4cd
#undef HAVE_MEMORY_H
Packit Service 12e4cd
Packit Service 12e4cd
/* Define to 1 if you have the `memset' function. */
Packit Service 12e4cd
#undef HAVE_MEMSET
Packit Service 12e4cd
Packit Service 12e4cd
/* Define to 1 if you have the <stdint.h> header file. */
Packit Service 12e4cd
#undef HAVE_STDINT_H
Packit Service 12e4cd
Packit Service 12e4cd
/* Define to 1 if you have the <stdlib.h> header file. */
Packit Service 12e4cd
#undef HAVE_STDLIB_H
Packit Service 12e4cd
Packit Service 12e4cd
/* Define to 1 if you have the `strdup' function. */
Packit Service 12e4cd
#undef HAVE_STRDUP
Packit Service 12e4cd
Packit Service 12e4cd
/* Define to 1 if cpp supports the ANSI # stringizing operator. */
Packit Service 12e4cd
#undef HAVE_STRINGIZE
Packit Service 12e4cd
Packit Service 12e4cd
/* Define to 1 if you have the <strings.h> header file. */
Packit Service 12e4cd
#undef HAVE_STRINGS_H
Packit Service 12e4cd
Packit Service 12e4cd
/* Define to 1 if you have the <string.h> header file. */
Packit Service 12e4cd
#undef HAVE_STRING_H
Packit Service 12e4cd
Packit Service 12e4cd
/* Define to 1 if you have the <sys/stat.h> header file. */
Packit Service 12e4cd
#undef HAVE_SYS_STAT_H
Packit Service 12e4cd
Packit Service 12e4cd
/* Define to 1 if you have the <sys/times.h> header file. */
Packit Service 12e4cd
#undef HAVE_SYS_TIMES_H
Packit Service 12e4cd
Packit Service 12e4cd
/* Define to 1 if you have the <sys/types.h> header file. */
Packit Service 12e4cd
#undef HAVE_SYS_TYPES_H
Packit Service 12e4cd
Packit Service 12e4cd
/* Define to 1 if you have the <unistd.h> header file. */
Packit Service 12e4cd
#undef HAVE_UNISTD_H
Packit Service 12e4cd
Packit Service 12e4cd
/* Define to 1 if you have the <wchar.h> header file. */
Packit Service 12e4cd
#undef HAVE_WCHAR_H
Packit Service 12e4cd
Packit Service 12e4cd
/* Define to the sub-directory where libtool stores uninstalled libraries. */
Packit Service 12e4cd
#undef LT_OBJDIR
Packit Service 12e4cd
Packit Service 12e4cd
/* Define to the address where bug reports for this package should be sent. */
Packit Service 12e4cd
#undef PACKAGE_BUGREPORT
Packit Service 12e4cd
Packit Service 12e4cd
/* Define to the full name of this package. */
Packit Service 12e4cd
#undef PACKAGE_NAME
Packit Service 12e4cd
Packit Service 12e4cd
/* Define to the full name and version of this package. */
Packit Service 12e4cd
#undef PACKAGE_STRING
Packit Service 12e4cd
Packit Service 12e4cd
/* Define to the one symbol short name of this package. */
Packit Service 12e4cd
#undef PACKAGE_TARNAME
Packit Service 12e4cd
Packit Service 12e4cd
/* Define to the home page for this package. */
Packit Service 12e4cd
#undef PACKAGE_URL
Packit Service 12e4cd
Packit Service 12e4cd
/* Define to the version of this package. */
Packit Service 12e4cd
#undef PACKAGE_VERSION
Packit Service 12e4cd
Packit Service 12e4cd
/* Define as the return type of signal handlers (`int' or `void'). */
Packit Service 12e4cd
#undef RETSIGTYPE
Packit Service 12e4cd
Packit Service 12e4cd
/* The size of `int', as computed by sizeof. */
Packit Service 12e4cd
#undef SIZEOF_INT
Packit Service 12e4cd
Packit Service 12e4cd
/* The size of `short', as computed by sizeof. */
Packit Service 12e4cd
#undef SIZEOF_SHORT
Packit Service 12e4cd
Packit Service 12e4cd
/* The size of `void *', as computed by sizeof. */
Packit Service 12e4cd
#undef SIZEOF_VOID_P
Packit Service 12e4cd
Packit Service 12e4cd
/* The size of `wchar_t', as computed by sizeof. */
Packit Service 12e4cd
#undef SIZEOF_WCHAR_T
Packit Service 12e4cd
Packit Service 12e4cd
/* Define to 1 if you have the ANSI C header files. */
Packit Service 12e4cd
#undef STDC_HEADERS
Packit Service 12e4cd
Packit Service 12e4cd
/* Define to empty if `const' does not conform to ANSI C. */
Packit Service 12e4cd
#undef const