Blame config.h.in

Packit d14447
/* config.h.in.  Generated from configure.ac by autoheader.  */
Packit d14447
Packit d14447
/* Define to 1 if translation of program messages to the user's native
Packit d14447
   language is requested. */
Packit d14447
#undef ENABLE_NLS
Packit d14447
Packit d14447
/* Gettext package */
Packit d14447
#undef GETTEXT_PACKAGE
Packit d14447
Packit d14447
/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
Packit d14447
   CoreFoundation framework. */
Packit d14447
#undef HAVE_CFLOCALECOPYCURRENT
Packit d14447
Packit d14447
/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
Packit d14447
   the CoreFoundation framework. */
Packit d14447
#undef HAVE_CFPREFERENCESCOPYAPPVALUE
Packit d14447
Packit d14447
/* Define if the GNU dcgettext() function is already present or preinstalled.
Packit d14447
   */
Packit d14447
#undef HAVE_DCGETTEXT
Packit d14447
Packit d14447
/* Define to 1 if you have the <dlfcn.h> header file. */
Packit d14447
#undef HAVE_DLFCN_H
Packit d14447
Packit d14447
/* Define if the GNU gettext() function is already present or preinstalled. */
Packit d14447
#undef HAVE_GETTEXT
Packit d14447
Packit d14447
/* Define if you have the iconv() function and it works. */
Packit d14447
#undef HAVE_ICONV
Packit d14447
Packit d14447
/* Define to 1 if you have the <inttypes.h> header file. */
Packit d14447
#undef HAVE_INTTYPES_H
Packit d14447
Packit d14447
/* Define to 1 if you have the <memory.h> header file. */
Packit d14447
#undef HAVE_MEMORY_H
Packit d14447
Packit d14447
/* Define to 1 if you have the <stdint.h> header file. */
Packit d14447
#undef HAVE_STDINT_H
Packit d14447
Packit d14447
/* Define to 1 if you have the <stdlib.h> header file. */
Packit d14447
#undef HAVE_STDLIB_H
Packit d14447
Packit d14447
/* Define to 1 if you have the <strings.h> header file. */
Packit d14447
#undef HAVE_STRINGS_H
Packit d14447
Packit d14447
/* Define to 1 if you have the <string.h> header file. */
Packit d14447
#undef HAVE_STRING_H
Packit d14447
Packit d14447
/* Define to 1 if you have the <sys/stat.h> header file. */
Packit d14447
#undef HAVE_SYS_STAT_H
Packit d14447
Packit d14447
/* Define to 1 if you have the <sys/types.h> header file. */
Packit d14447
#undef HAVE_SYS_TYPES_H
Packit d14447
Packit d14447
/* Define to 1 if you have the <unistd.h> header file. */
Packit d14447
#undef HAVE_UNISTD_H
Packit d14447
Packit d14447
/* Define to the sub-directory where libtool stores uninstalled libraries. */
Packit d14447
#undef LT_OBJDIR
Packit d14447
Packit d14447
/* Define the distribution version string */
Packit d14447
#undef MM_DIST_VERSION
Packit d14447
Packit d14447
/* Name of package */
Packit d14447
#undef PACKAGE
Packit d14447
Packit d14447
/* Define to the address where bug reports for this package should be sent. */
Packit d14447
#undef PACKAGE_BUGREPORT
Packit d14447
Packit d14447
/* Define to the full name of this package. */
Packit d14447
#undef PACKAGE_NAME
Packit d14447
Packit d14447
/* Define to the full name and version of this package. */
Packit d14447
#undef PACKAGE_STRING
Packit d14447
Packit d14447
/* Define to the one symbol short name of this package. */
Packit d14447
#undef PACKAGE_TARNAME
Packit d14447
Packit d14447
/* Define to the home page for this package. */
Packit d14447
#undef PACKAGE_URL
Packit d14447
Packit d14447
/* Define to the version of this package. */
Packit d14447
#undef PACKAGE_VERSION
Packit d14447
Packit d14447
/* Define to 1 if you have the ANSI C header files. */
Packit d14447
#undef STDC_HEADERS
Packit d14447
Packit d14447
/* Enable extensions on AIX 3, Interix.  */
Packit d14447
#ifndef _ALL_SOURCE
Packit d14447
# undef _ALL_SOURCE
Packit d14447
#endif
Packit d14447
/* Enable GNU extensions on systems that have them.  */
Packit d14447
#ifndef _GNU_SOURCE
Packit d14447
# undef _GNU_SOURCE
Packit d14447
#endif
Packit d14447
/* Enable threading extensions on Solaris.  */
Packit d14447
#ifndef _POSIX_PTHREAD_SEMANTICS
Packit d14447
# undef _POSIX_PTHREAD_SEMANTICS
Packit d14447
#endif
Packit d14447
/* Enable extensions on HP NonStop.  */
Packit d14447
#ifndef _TANDEM_SOURCE
Packit d14447
# undef _TANDEM_SOURCE
Packit d14447
#endif
Packit d14447
/* Enable general extensions on Solaris.  */
Packit d14447
#ifndef __EXTENSIONS__
Packit d14447
# undef __EXTENSIONS__
Packit d14447
#endif
Packit d14447
Packit d14447
Packit d14447
/* Version number of package */
Packit d14447
#undef VERSION
Packit d14447
Packit d14447
/* Define if you want MBIM support */
Packit d14447
#undef WITH_MBIM
Packit d14447
Packit d14447
/* Define if you have PolicyKit support */
Packit d14447
#undef WITH_POLKIT
Packit d14447
Packit d14447
/* Define if you want QMI support */
Packit d14447
#undef WITH_QMI
Packit d14447
Packit d14447
/* Define if you want systemd journal support */
Packit d14447
#undef WITH_SYSTEMD_JOURNAL
Packit d14447
Packit d14447
/* Define if you have systemd suspend-resume support */
Packit d14447
#undef WITH_SYSTEMD_SUSPEND_RESUME
Packit d14447
Packit d14447
/* Define if you want udev support */
Packit d14447
#undef WITH_UDEV
Packit d14447
Packit d14447
/* Define to 1 if on MINIX. */
Packit d14447
#undef _MINIX
Packit d14447
Packit d14447
/* Define to 2 if the system does not provide POSIX.1 features except with
Packit d14447
   this defined. */
Packit d14447
#undef _POSIX_1_SOURCE
Packit d14447
Packit d14447
/* Define to 1 if you need to in order for `stat' and other things to work. */
Packit d14447
#undef _POSIX_SOURCE