Blame config.h.in

Packit Service 8264ee
/* config.h.in.  Generated from configure.ac by autoheader.  */
Packit Service 8264ee
Packit Service 8264ee
/* Directory for the Android daemon storage files */
Packit Service 8264ee
#undef ANDROID_STORAGEDIR
Packit Service 8264ee
Packit Service 8264ee
/* Directory for the configuration files */
Packit Service 8264ee
#undef CONFIGDIR
Packit Service 8264ee
Packit Service 8264ee
/* Define to 1 if you have the backtrace support. */
Packit Service 8264ee
#undef HAVE_BACKTRACE_SUPPORT
Packit Service 8264ee
Packit Service 8264ee
/* Define to 1 if you have the <dlfcn.h> header file. */
Packit Service 8264ee
#undef HAVE_DLFCN_H
Packit Service 8264ee
Packit Service 8264ee
/* Define to 1 if you have the `explicit_bzero' function. */
Packit Service 8264ee
#undef HAVE_EXPLICIT_BZERO
Packit Service 8264ee
Packit Service 8264ee
/* Define to 1 if you have the <inttypes.h> header file. */
Packit Service 8264ee
#undef HAVE_INTTYPES_H
Packit Service 8264ee
Packit Service 8264ee
/* Define to 1 if you have the <linux/if_alg.h> header file. */
Packit Service 8264ee
#undef HAVE_LINUX_IF_ALG_H
Packit Service 8264ee
Packit Service 8264ee
/* Define to 1 if you have the <linux/types.h> header file. */
Packit Service 8264ee
#undef HAVE_LINUX_TYPES_H
Packit Service 8264ee
Packit Service 8264ee
/* Define to 1 if you have the <memory.h> header file. */
Packit Service 8264ee
#undef HAVE_MEMORY_H
Packit Service 8264ee
Packit Service 8264ee
/* Define to 1 if you have the <readline/readline.h> header file. */
Packit Service 8264ee
#undef HAVE_READLINE_READLINE_H
Packit Service 8264ee
Packit Service 8264ee
/* Define to 1 if you have the <stdint.h> header file. */
Packit Service 8264ee
#undef HAVE_STDINT_H
Packit Service 8264ee
Packit Service 8264ee
/* Define to 1 if you have the <stdlib.h> header file. */
Packit Service 8264ee
#undef HAVE_STDLIB_H
Packit Service 8264ee
Packit Service 8264ee
/* Define to 1 if you have the <strings.h> header file. */
Packit Service 8264ee
#undef HAVE_STRINGS_H
Packit Service 8264ee
Packit Service 8264ee
/* Define to 1 if you have the <string.h> header file. */
Packit Service 8264ee
#undef HAVE_STRING_H
Packit Service 8264ee
Packit Service 8264ee
/* Define to 1 if you have the <sys/stat.h> header file. */
Packit Service 8264ee
#undef HAVE_SYS_STAT_H
Packit Service 8264ee
Packit Service 8264ee
/* Define to 1 if you have the <sys/types.h> header file. */
Packit Service 8264ee
#undef HAVE_SYS_TYPES_H
Packit Service 8264ee
Packit Service 8264ee
/* Define to 1 if you have the udev_hwdb_new() function. */
Packit Service 8264ee
#undef HAVE_UDEV_HWDB_NEW
Packit Service 8264ee
Packit Service 8264ee
/* Define to 1 if you have the <unistd.h> header file. */
Packit Service 8264ee
#undef HAVE_UNISTD_H
Packit Service 8264ee
Packit Service 8264ee
/* Define to 1 if you have the <valgrind/memcheck.h> header file. */
Packit Service 8264ee
#undef HAVE_VALGRIND_MEMCHECK_H
Packit Service 8264ee
Packit Service 8264ee
/* Define to the sub-directory where libtool stores uninstalled libraries. */
Packit Service 8264ee
#undef LT_OBJDIR
Packit Service 8264ee
Packit Service 8264ee
/* Directory for the mesh daemon storage files */
Packit Service 8264ee
#undef MESH_STORAGEDIR
Packit Service 8264ee
Packit Service 8264ee
/* Define if threading support is required */
Packit Service 8264ee
#undef NEED_THREADS
Packit Service 8264ee
Packit Service 8264ee
/* Name of package */
Packit Service 8264ee
#undef PACKAGE
Packit Service 8264ee
Packit Service 8264ee
/* Define to the address where bug reports for this package should be sent. */
Packit Service 8264ee
#undef PACKAGE_BUGREPORT
Packit Service 8264ee
Packit Service 8264ee
/* Define to the full name of this package. */
Packit Service 8264ee
#undef PACKAGE_NAME
Packit Service 8264ee
Packit Service 8264ee
/* Define to the full name and version of this package. */
Packit Service 8264ee
#undef PACKAGE_STRING
Packit Service 8264ee
Packit Service 8264ee
/* Define to the one symbol short name of this package. */
Packit Service 8264ee
#undef PACKAGE_TARNAME
Packit Service 8264ee
Packit Service 8264ee
/* Define to the home page for this package. */
Packit Service 8264ee
#undef PACKAGE_URL
Packit Service 8264ee
Packit Service 8264ee
/* Define to the version of this package. */
Packit Service 8264ee
#undef PACKAGE_VERSION
Packit Service 8264ee
Packit Service 8264ee
/* Define to 1 if you have the ANSI C header files. */
Packit Service 8264ee
#undef STDC_HEADERS
Packit Service 8264ee
Packit Service 8264ee
/* Directory for the storage files */
Packit Service 8264ee
#undef STORAGEDIR
Packit Service 8264ee
Packit Service 8264ee
/* Version number of package */
Packit Service 8264ee
#undef VERSION
Packit Service 8264ee
Packit Service 8264ee
/* Define to the equivalent of the C99 'restrict' keyword, or to
Packit Service 8264ee
   nothing if this is not supported.  Do not define if restrict is
Packit Service 8264ee
   supported directly.  */
Packit Service 8264ee
#undef restrict
Packit Service 8264ee
/* Work around a bug in Sun C++: it does not support _Restrict or
Packit Service 8264ee
   __restrict__, even though the corresponding Sun C compiler ends up with
Packit Service 8264ee
   "#define restrict _Restrict" or "#define restrict __restrict__" in the
Packit Service 8264ee
   previous line.  Perhaps some future version of Sun C++ will work with
Packit Service 8264ee
   restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
Packit Service 8264ee
#if defined __SUNPRO_CC && !defined __RESTRICT
Packit Service 8264ee
# define _Restrict
Packit Service 8264ee
# define __restrict__
Packit Service 8264ee
#endif