config.h.cmake.in 5.2 KB

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