config.h.in 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Directory for the Android daemon storage files */
  3. #undef ANDROID_STORAGEDIR
  4. /* Directory for the configuration files */
  5. #undef CONFIGDIR
  6. /* Define to 1 if you have the backtrace support. */
  7. #undef HAVE_BACKTRACE_SUPPORT
  8. /* Define to 1 if you have the <dlfcn.h> header file. */
  9. #undef HAVE_DLFCN_H
  10. /* Define to 1 if you have the `explicit_bzero' function. */
  11. #undef HAVE_EXPLICIT_BZERO
  12. /* Define to 1 if you have the <inttypes.h> header file. */
  13. #undef HAVE_INTTYPES_H
  14. /* Define to 1 if you have the <linux/if_alg.h> header file. */
  15. #undef HAVE_LINUX_IF_ALG_H
  16. /* Define to 1 if you have the <linux/types.h> header file. */
  17. #undef HAVE_LINUX_TYPES_H
  18. /* Define to 1 if you have the <memory.h> header file. */
  19. #undef HAVE_MEMORY_H
  20. /* Define to 1 if you have the `rawmemchr' function. */
  21. #undef HAVE_RAWMEMCHR
  22. /* Define to 1 if you have the <readline/readline.h> header file. */
  23. #undef HAVE_READLINE_READLINE_H
  24. /* Define to 1 if you have the <stdint.h> header file. */
  25. #undef HAVE_STDINT_H
  26. /* Define to 1 if you have the <stdlib.h> header file. */
  27. #undef HAVE_STDLIB_H
  28. /* Define to 1 if you have the <strings.h> header file. */
  29. #undef HAVE_STRINGS_H
  30. /* Define to 1 if you have the <string.h> header file. */
  31. #undef HAVE_STRING_H
  32. /* Define to 1 if you have the <sys/stat.h> header file. */
  33. #undef HAVE_SYS_STAT_H
  34. /* Define to 1 if you have the <sys/types.h> header file. */
  35. #undef HAVE_SYS_TYPES_H
  36. /* Define to 1 if you have the udev_hwdb_new() function. */
  37. #undef HAVE_UDEV_HWDB_NEW
  38. /* Define to 1 if you have the <unistd.h> header file. */
  39. #undef HAVE_UNISTD_H
  40. /* Define to 1 if you have the <valgrind/memcheck.h> header file. */
  41. #undef HAVE_VALGRIND_MEMCHECK_H
  42. /* Define to the sub-directory where libtool stores uninstalled libraries. */
  43. #undef LT_OBJDIR
  44. /* Directory for the mesh daemon storage files */
  45. #undef MESH_STORAGEDIR
  46. /* Define if threading support is required */
  47. #undef NEED_THREADS
  48. /* Name of package */
  49. #undef PACKAGE
  50. /* Define to the address where bug reports for this package should be sent. */
  51. #undef PACKAGE_BUGREPORT
  52. /* Define to the full name of this package. */
  53. #undef PACKAGE_NAME
  54. /* Define to the full name and version of this package. */
  55. #undef PACKAGE_STRING
  56. /* Define to the one symbol short name of this package. */
  57. #undef PACKAGE_TARNAME
  58. /* Define to the home page for this package. */
  59. #undef PACKAGE_URL
  60. /* Define to the version of this package. */
  61. #undef PACKAGE_VERSION
  62. /* Define to 1 if you have the ANSI C header files. */
  63. #undef STDC_HEADERS
  64. /* Directory for the storage files */
  65. #undef STORAGEDIR
  66. /* Version number of package */
  67. #undef VERSION
  68. /* Define to the equivalent of the C99 'restrict' keyword, or to
  69. nothing if this is not supported. Do not define if restrict is
  70. supported directly. */
  71. #undef restrict
  72. /* Work around a bug in Sun C++: it does not support _Restrict or
  73. __restrict__, even though the corresponding Sun C compiler ends up with
  74. "#define restrict _Restrict" or "#define restrict __restrict__" in the
  75. previous line. Perhaps some future version of Sun C++ will work with
  76. restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
  77. #if defined __SUNPRO_CC && !defined __RESTRICT
  78. # define _Restrict
  79. # define __restrict__
  80. #endif