/thirdparty/breakpad/third_party/glog/src/config.h.in

http://github.com/tomahawk-player/tomahawk · Autoconf · 165 lines · 57 code · 54 blank · 54 comment · 42 complexity · c7d08441bd46e876e1d271a68a69edba MD5 · raw file

  1. /* src/config.h.in. Generated from configure.ac by autoheader. */
  2. /* Namespace for Google classes */
  3. #undef GOOGLE_NAMESPACE
  4. /* Define if you have the `dladdr' function */
  5. #undef HAVE_DLADDR
  6. /* Define to 1 if you have the <dlfcn.h> header file. */
  7. #undef HAVE_DLFCN_H
  8. /* Define to 1 if you have the <execinfo.h> header file. */
  9. #undef HAVE_EXECINFO_H
  10. /* Define if you have the `fcntl' function */
  11. #undef HAVE_FCNTL
  12. /* Define to 1 if you have the <glob.h> header file. */
  13. #undef HAVE_GLOB_H
  14. /* Define to 1 if you have the <inttypes.h> header file. */
  15. #undef HAVE_INTTYPES_H
  16. /* Define to 1 if you have the `pthread' library (-lpthread). */
  17. #undef HAVE_LIBPTHREAD
  18. /* Define to 1 if you have the <libunwind.h> header file. */
  19. #undef HAVE_LIBUNWIND_H
  20. /* define if you have google gflags library */
  21. #undef HAVE_LIB_GFLAGS
  22. /* define if you have google gmock library */
  23. #undef HAVE_LIB_GMOCK
  24. /* define if you have google gtest library */
  25. #undef HAVE_LIB_GTEST
  26. /* define if you have libunwind */
  27. #undef HAVE_LIB_UNWIND
  28. /* Define to 1 if you have the <memory.h> header file. */
  29. #undef HAVE_MEMORY_H
  30. /* define if the compiler implements namespaces */
  31. #undef HAVE_NAMESPACES
  32. /* Define if you have POSIX threads libraries and header files. */
  33. #undef HAVE_PTHREAD
  34. /* Define to 1 if you have the <pwd.h> header file. */
  35. #undef HAVE_PWD_H
  36. /* define if the compiler implements pthread_rwlock_* */
  37. #undef HAVE_RWLOCK
  38. /* Define if you have the `sigaltstack' function */
  39. #undef HAVE_SIGALTSTACK
  40. /* Define to 1 if you have the <stdint.h> header file. */
  41. #undef HAVE_STDINT_H
  42. /* Define to 1 if you have the <stdlib.h> header file. */
  43. #undef HAVE_STDLIB_H
  44. /* Define to 1 if you have the <strings.h> header file. */
  45. #undef HAVE_STRINGS_H
  46. /* Define to 1 if you have the <string.h> header file. */
  47. #undef HAVE_STRING_H
  48. /* Define to 1 if you have the <syscall.h> header file. */
  49. #undef HAVE_SYSCALL_H
  50. /* Define to 1 if you have the <syslog.h> header file. */
  51. #undef HAVE_SYSLOG_H
  52. /* Define to 1 if you have the <sys/stat.h> header file. */
  53. #undef HAVE_SYS_STAT_H
  54. /* Define to 1 if you have the <sys/syscall.h> header file. */
  55. #undef HAVE_SYS_SYSCALL_H
  56. /* Define to 1 if you have the <sys/time.h> header file. */
  57. #undef HAVE_SYS_TIME_H
  58. /* Define to 1 if you have the <sys/types.h> header file. */
  59. #undef HAVE_SYS_TYPES_H
  60. /* Define to 1 if you have the <sys/ucontext.h> header file. */
  61. #undef HAVE_SYS_UCONTEXT_H
  62. /* Define to 1 if you have the <sys/utsname.h> header file. */
  63. #undef HAVE_SYS_UTSNAME_H
  64. /* Define to 1 if you have the <ucontext.h> header file. */
  65. #undef HAVE_UCONTEXT_H
  66. /* Define to 1 if you have the <unistd.h> header file. */
  67. #undef HAVE_UNISTD_H
  68. /* define if the compiler supports using expression for operator */
  69. #undef HAVE_USING_OPERATOR
  70. /* define if your compiler has __attribute__ */
  71. #undef HAVE___ATTRIBUTE__
  72. /* define if your compiler has __builtin_expect */
  73. #undef HAVE___BUILTIN_EXPECT
  74. /* define if your compiler has __sync_val_compare_and_swap */
  75. #undef HAVE___SYNC_VAL_COMPARE_AND_SWAP
  76. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  77. */
  78. #undef LT_OBJDIR
  79. /* Name of package */
  80. #undef PACKAGE
  81. /* Define to the address where bug reports for this package should be sent. */
  82. #undef PACKAGE_BUGREPORT
  83. /* Define to the full name of this package. */
  84. #undef PACKAGE_NAME
  85. /* Define to the full name and version of this package. */
  86. #undef PACKAGE_STRING
  87. /* Define to the one symbol short name of this package. */
  88. #undef PACKAGE_TARNAME
  89. /* Define to the home page for this package. */
  90. #undef PACKAGE_URL
  91. /* Define to the version of this package. */
  92. #undef PACKAGE_VERSION
  93. /* How to access the PC from a struct ucontext */
  94. #undef PC_FROM_UCONTEXT
  95. /* Define to necessary symbol if this constant uses a non-standard name on
  96. your system. */
  97. #undef PTHREAD_CREATE_JOINABLE
  98. /* The size of `void *', as computed by sizeof. */
  99. #undef SIZEOF_VOID_P
  100. /* Define to 1 if you have the ANSI C header files. */
  101. #undef STDC_HEADERS
  102. /* the namespace where STL code like vector<> is defined */
  103. #undef STL_NAMESPACE
  104. /* location of source code */
  105. #undef TEST_SRC_DIR
  106. /* Version number of package */
  107. #undef VERSION
  108. /* Stops putting the code inside the Google namespace */
  109. #undef _END_GOOGLE_NAMESPACE_
  110. /* Puts following code inside the Google namespace */
  111. #undef _START_GOOGLE_NAMESPACE_