config.h 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  1. /* config/config.h. Generated from config.h.in by configure. */
  2. /* config/config.h.in. Generated from configure.ac by autoheader. */
  3. /* Define to 1 if you have the declaration of `CLOCK_MONOTONIC', and to 0 if
  4. you don't. */
  5. #define HAVE_DECL_CLOCK_MONOTONIC 0
  6. /* Define to 1 if you have the declaration of `CLOCK_REALTIME', and to 0 if
  7. you don't. */
  8. #define CLOCK_REALTIME 0
  9. /* Define to 1 if you have the declaration of `CLOCK_UPTIME', and to 0 if you
  10. don't. */
  11. #define HAVE_DECL_CLOCK_UPTIME 0
  12. /* Define to 1 if you have the declaration of `HAVE_DECL_CLOCK_UPTIME_FAST',
  13. and to 0 if you don't. */
  14. #define HAVE_DECL_CLOCK_UPTIME_FAST 0
  15. /* Define to 1 if you have the declaration of `FD_COPY', and to 0 if you
  16. don't. */
  17. #define HAVE_DECL_FD_COPY 1
  18. /* Define to 1 if you have the declaration of `NOTE_LOWAT', and to 0 if you
  19. don't. */
  20. #define HAVE_DECL_NOTE_LOWAT 1
  21. /* Define to 1 if you have the declaration of `NOTE_NONE', and to 0 if you
  22. don't. */
  23. #define HAVE_DECL_NOTE_NONE 1
  24. /* Define to 1 if you have the declaration of `NOTE_REAP', and to 0 if you
  25. don't. */
  26. #define HAVE_DECL_NOTE_REAP 1
  27. /* Define to 1 if you have the declaration of `NOTE_REVOKE', and to 0 if you
  28. don't. */
  29. #define HAVE_DECL_NOTE_REVOKE 1
  30. /* Define to 1 if you have the declaration of `NOTE_SIGNAL', and to 0 if you
  31. don't. */
  32. #define HAVE_DECL_NOTE_SIGNAL 1
  33. /* Define to 1 if you have the declaration of `POSIX_SPAWN_START_SUSPENDED',
  34. and to 0 if you don't. */
  35. #define HAVE_DECL_POSIX_SPAWN_START_SUSPENDED 1
  36. /* Define to 1 if you have the declaration of `program_invocation_short_name',
  37. and to 0 if you don't. */
  38. #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
  39. /* Define to 1 if you have the declaration of `SIGEMT', and to 0 if you don't.
  40. */
  41. #define HAVE_DECL_SIGEMT 1
  42. /* Define to 1 if you have the declaration of `VQ_UPDATE', and to 0 if you
  43. don't. */
  44. #define HAVE_DECL_VQ_UPDATE 1
  45. /* Define to 1 if you have the declaration of `VQ_VERYLOWDISK', and to 0 if
  46. you don't. */
  47. #define HAVE_DECL_VQ_VERYLOWDISK 1
  48. /* Define to 1 if you have the declaration of `VQ_QUOTA', and to 0 if
  49. you don't. */
  50. #define HAVE_DECL_VQ_QUOTA 1
  51. /* Define to 1 if you have the declaration of `VQ_NEARLOWDISK', and to 0 if
  52. you don't. */
  53. #define HAVE_DECL_VQ_NEARLOWDISK 1
  54. /* Define to 1 if you have the declaration of `VQ_DESIRED_DISK', and to 0 if
  55. you don't. */
  56. #define HAVE_DECL_VQ_DESIRED_DISK 1
  57. /* Define to 1 if you have the declaration of `VQ_FREE_SPACE_CHANGE', and to 0 if
  58. you don't. */
  59. #define HAVE_DECL_VQ_FREE_SPACE_CHANGE 1
  60. /* Define to 1 if you have the <dlfcn.h> header file. */
  61. #define HAVE_DLFCN_H 1
  62. /* Define to 1 if you have the <fcntl.h> header file. */
  63. #define HAVE_FCNTL_H 1
  64. /* Define to 1 if you have the `getprogname' function. */
  65. #define HAVE_GETPROGNAME 1
  66. /* Define to 1 if you have the <inttypes.h> header file. */
  67. #define HAVE_INTTYPES_H 1
  68. /* Define if Apple leaks program is present */
  69. #define HAVE_LEAKS 1
  70. /* Define to 1 if you have the <libkern/OSAtomic.h> header file. */
  71. #define HAVE_LIBKERN_OSATOMIC_H 1
  72. /* Define to 1 if you have the <libkern/OSCrossEndian.h> header file. */
  73. #define HAVE_LIBKERN_OSCROSSENDIAN_H 1
  74. /* Define to 1 if you have the <libproc_internal.h> header file. */
  75. #define HAVE_LIBPROC_INTERNAL_H 1
  76. /* Define if mach is present */
  77. #define HAVE_MACH 1
  78. /* Define to 1 if you have the `mach_absolute_time' function. */
  79. #define HAVE_MACH_ABSOLUTE_TIME 1
  80. /* Define to 1 if you have the `mach_approximate_time' function. */
  81. #define HAVE_MACH_APPROXIMATE_TIME 1
  82. /* Define to 1 if you have the `malloc_create_zone' function. */
  83. #define HAVE_MALLOC_CREATE_ZONE 1
  84. /* Define to 1 if you have the <malloc/malloc.h> header file. */
  85. #define HAVE_MALLOC_MALLOC_H 1
  86. /* Define to 1 if you have the <memory.h> header file. */
  87. #define HAVE_MEMORY_H 1
  88. /* Define if __builtin_trap marked noreturn */
  89. #define HAVE_NORETURN_BUILTIN_TRAP 1
  90. /* Define if you have the Objective-C runtime */
  91. #define HAVE_OBJC 1
  92. /* Define to 1 if you have the `pthread_key_init_np' function. */
  93. #define HAVE_PTHREAD_KEY_INIT_NP 1
  94. /* Define to 1 if you have the `pthread_attr_setcpupercent_np' function. */
  95. #define HAVE_PTHREAD_ATTR_SETCPUPERCENT_NP 1
  96. /* Define to 1 if you have the <pthread_machdep.h> header file. */
  97. #define HAVE_PTHREAD_MACHDEP_H 1
  98. /* Define to 1 if you have the `pthread_main_np' function. */
  99. #define HAVE_PTHREAD_MAIN_NP 1
  100. /* Define to 1 if you have the `pthread_yield_np' function. */
  101. #define HAVE_PTHREAD_YIELD_NP 1
  102. /* Define to 1 if you have the <pthread_np.h> header file. */
  103. /* #undef HAVE_PTHREAD_NP_H */
  104. /* Define to 1 if you have the <pthread/qos.h> header file. */
  105. #define HAVE_PTHREAD_QOS_H 1
  106. /* Define if pthread work queues are present */
  107. #define HAVE_PTHREAD_WORKQUEUES 1
  108. /* Define to 1 if you have the <pthread_workqueue.h> header file. */
  109. #define HAVE_PTHREAD_WORKQUEUE_H 1
  110. /* Define to 1 if you have the <pthread/workqueue_private.h> header file. */
  111. #define HAVE_PTHREAD_WORKQUEUE_PRIVATE_H 1
  112. /* Define to 1 if you have the <stdint.h> header file. */
  113. #define HAVE_STDINT_H 1
  114. /* Define to 1 if you have the <stdlib.h> header file. */
  115. #define HAVE_STDLIB_H 1
  116. /* Define to 1 if you have the <strings.h> header file. */
  117. #define HAVE_STRINGS_H 1
  118. /* Define to 1 if you have the <string.h> header file. */
  119. #define HAVE_STRING_H 1
  120. /* Define to 1 if you have the `sysconf' function. */
  121. #define HAVE_SYSCONF 1
  122. /* Define to 1 if you have the <sys/cdefs.h> header file. */
  123. #define HAVE_SYS_CDEFS_H 1
  124. /* Define to 1 if you have the <sys/guarded.h> header file. */
  125. #define HAVE_SYS_GUARDED_H 1
  126. /* Define to 1 if you have the <sys/stat.h> header file. */
  127. #define HAVE_SYS_STAT_H 1
  128. /* Define to 1 if you have the <sys/types.h> header file. */
  129. #define HAVE_SYS_TYPES_H 1
  130. /* Define to 1 if you have the <TargetConditionals.h> header file. */
  131. #define HAVE_TARGETCONDITIONALS_H 1
  132. /* Define to 1 if you have the <unistd.h> header file. */
  133. #define HAVE_UNISTD_H 1
  134. /* Define to 1 if you have the `_pthread_workqueue_init' function. */
  135. #define HAVE__PTHREAD_WORKQUEUE_INIT 1
  136. /* Define to the sub-directory where libtool stores uninstalled libraries. */
  137. #define LT_OBJDIR ".libs/"
  138. /* Name of package */
  139. #define PACKAGE "libdispatch"
  140. /* Define to the address where bug reports for this package should be sent. */
  141. #define PACKAGE_BUGREPORT "libdispatch@macosforge.org"
  142. /* Define to the full name of this package. */
  143. #define PACKAGE_NAME "libdispatch"
  144. /* Define to the full name and version of this package. */
  145. #define PACKAGE_STRING "libdispatch 1.3"
  146. /* Define to the one symbol short name of this package. */
  147. #define PACKAGE_TARNAME "libdispatch"
  148. /* Define to the home page for this package. */
  149. #define PACKAGE_URL "http://libdispatch.macosforge.org"
  150. /* Define to the version of this package. */
  151. #define PACKAGE_VERSION "1.3"
  152. /* Define to 1 if you have the ANSI C header files. */
  153. #define STDC_HEADERS 1
  154. /* Define to use non-portable pthread TSD optimizations for Mac OS X) */
  155. #define USE_APPLE_TSD_OPTIMIZATIONS 1
  156. /* Define to tag libdispatch_init as a constructor */
  157. /* #undef USE_LIBDISPATCH_INIT_CONSTRUCTOR */
  158. /* Define to use Mach semaphores */
  159. #define USE_MACH_SEM 1
  160. /* Define to use POSIX semaphores */
  161. /* #undef USE_POSIX_SEM */
  162. /* Enable extensions on AIX 3, Interix. */
  163. #ifndef _ALL_SOURCE
  164. # define _ALL_SOURCE 1
  165. #endif
  166. /* Enable GNU extensions on systems that have them. */
  167. #ifndef _GNU_SOURCE
  168. # define _GNU_SOURCE 1
  169. #endif
  170. /* Enable threading extensions on Solaris. */
  171. #ifndef _POSIX_PTHREAD_SEMANTICS
  172. # define _POSIX_PTHREAD_SEMANTICS 1
  173. #endif
  174. /* Enable extensions on HP NonStop. */
  175. #ifndef _TANDEM_SOURCE
  176. # define _TANDEM_SOURCE 1
  177. #endif
  178. /* Enable general extensions on Solaris. */
  179. #ifndef __EXTENSIONS__
  180. # define __EXTENSIONS__ 1
  181. #endif
  182. /* Version number of package */
  183. #define VERSION "1.3"
  184. /* Define to 1 if on MINIX. */
  185. /* #undef _MINIX */
  186. /* Define to 2 if the system does not provide POSIX.1 features except with
  187. this defined. */
  188. /* #undef _POSIX_1_SOURCE */
  189. /* Define to 1 if you need to in order for `stat' and other things to work. */
  190. /* #undef _POSIX_SOURCE */
  191. /* Define if using Darwin $NOCANCEL */
  192. #define __DARWIN_NON_CANCELABLE 1
  193. #define HAVE_STRLCPY 1