Blame qlo10k1/config.h.in

Packit Service b98cfc
/* config.h.in.  Generated from configure.ac by autoheader.  */
Packit Service b98cfc
Packit Service b98cfc
/* Define if building universal (internal helper macro) */
Packit Service b98cfc
#undef AC_APPLE_UNIVERSAL_BUILD
Packit Service b98cfc
Packit Service b98cfc
/* Define to 1 if you have the <dlfcn.h> header file. */
Packit Service b98cfc
#undef HAVE_DLFCN_H
Packit Service b98cfc
Packit Service b98cfc
/* Define to 1 if you have the <inttypes.h> header file. */
Packit Service b98cfc
#undef HAVE_INTTYPES_H
Packit Service b98cfc
Packit Service b98cfc
/* Define to 1 if you have the `lo10k1' library (-llo10k1). */
Packit Service b98cfc
#undef HAVE_LIBLO10K1
Packit Service b98cfc
Packit Service b98cfc
/* Define to 1 if you have the <memory.h> header file. */
Packit Service b98cfc
#undef HAVE_MEMORY_H
Packit Service b98cfc
Packit Service b98cfc
/* Define to 1 if you have the <stdint.h> header file. */
Packit Service b98cfc
#undef HAVE_STDINT_H
Packit Service b98cfc
Packit Service b98cfc
/* Define to 1 if you have the <stdlib.h> header file. */
Packit Service b98cfc
#undef HAVE_STDLIB_H
Packit Service b98cfc
Packit Service b98cfc
/* Define to 1 if you have the <strings.h> header file. */
Packit Service b98cfc
#undef HAVE_STRINGS_H
Packit Service b98cfc
Packit Service b98cfc
/* Define to 1 if you have the <string.h> header file. */
Packit Service b98cfc
#undef HAVE_STRING_H
Packit Service b98cfc
Packit Service b98cfc
/* Define to 1 if you have the <sys/stat.h> header file. */
Packit Service b98cfc
#undef HAVE_SYS_STAT_H
Packit Service b98cfc
Packit Service b98cfc
/* Define to 1 if you have the <sys/types.h> header file. */
Packit Service b98cfc
#undef HAVE_SYS_TYPES_H
Packit Service b98cfc
Packit Service b98cfc
/* Define to 1 if you have the <unistd.h> header file. */
Packit Service b98cfc
#undef HAVE_UNISTD_H
Packit Service b98cfc
Packit Service b98cfc
/* Define to the sub-directory in which libtool stores uninstalled libraries.
Packit Service b98cfc
   */
Packit Service b98cfc
#undef LT_OBJDIR
Packit Service b98cfc
Packit Service b98cfc
/* Name of package */
Packit Service b98cfc
#undef PACKAGE
Packit Service b98cfc
Packit Service b98cfc
/* Define to the address where bug reports for this package should be sent. */
Packit Service b98cfc
#undef PACKAGE_BUGREPORT
Packit Service b98cfc
Packit Service b98cfc
/* Define to the full name of this package. */
Packit Service b98cfc
#undef PACKAGE_NAME
Packit Service b98cfc
Packit Service b98cfc
/* Define to the full name and version of this package. */
Packit Service b98cfc
#undef PACKAGE_STRING
Packit Service b98cfc
Packit Service b98cfc
/* Define to the one symbol short name of this package. */
Packit Service b98cfc
#undef PACKAGE_TARNAME
Packit Service b98cfc
Packit Service b98cfc
/* Define to the home page for this package. */
Packit Service b98cfc
#undef PACKAGE_URL
Packit Service b98cfc
Packit Service b98cfc
/* Define to the version of this package. */
Packit Service b98cfc
#undef PACKAGE_VERSION
Packit Service b98cfc
Packit Service b98cfc
/* Define to 1 if you have the ANSI C header files. */
Packit Service b98cfc
#undef STDC_HEADERS
Packit Service b98cfc
Packit Service b98cfc
/* Version number of package */
Packit Service b98cfc
#undef VERSION
Packit Service b98cfc
Packit Service b98cfc
/* Defined if on Win32 platform */
Packit Service b98cfc
#undef WIN32
Packit Service b98cfc
Packit Service b98cfc
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
Packit Service b98cfc
   significant byte first (like Motorola and SPARC, unlike Intel). */
Packit Service b98cfc
#if defined AC_APPLE_UNIVERSAL_BUILD
Packit Service b98cfc
# if defined __BIG_ENDIAN__
Packit Service b98cfc
#  define WORDS_BIGENDIAN 1
Packit Service b98cfc
# endif
Packit Service b98cfc
#else
Packit Service b98cfc
# ifndef WORDS_BIGENDIAN
Packit Service b98cfc
#  undef WORDS_BIGENDIAN
Packit Service b98cfc
# endif
Packit Service b98cfc
#endif