]> git.saurik.com Git - apple/libdispatch.git/blobdiff - config/config.h
libdispatch-339.92.1.tar.gz
[apple/libdispatch.git] / config / config.h
index 0818e1ea0c45e55ae448501b5c35fd5ae3a3acf7..d2ad0ffa67e98bd21fc43bf007c873d759d0e66e 100644 (file)
@@ -48,6 +48,9 @@
 /* Define to 1 if you have the <dlfcn.h> header file. */
 #define HAVE_DLFCN_H 1
 
+/* Define to 1 if you have the <fcntl.h> header file. */
+#define HAVE_FCNTL_H 1
+
 /* Define to 1 if you have the `getprogname' function. */
 #define HAVE_GETPROGNAME 1
 
@@ -63,6 +66,9 @@
 /* Define to 1 if you have the <libkern/OSCrossEndian.h> header file. */
 #define HAVE_LIBKERN_OSCROSSENDIAN_H 1
 
+/* Define to 1 if you have the <libproc_internal.h> header file. */
+#define HAVE_LIBPROC_INTERNAL_H 1
+
 /* Define if mach is present */
 #define HAVE_MACH 1
 
@@ -81,6 +87,9 @@
 /* Define if __builtin_trap marked noreturn */
 #define HAVE_NORETURN_BUILTIN_TRAP 1
 
+/* Define if you have the Objective-C runtime */
+#define HAVE_OBJC 1
+
 /* Define to 1 if you have the `pthread_key_init_np' function. */
 #define HAVE_PTHREAD_KEY_INIT_NP 1
 
 /* Define to 1 if you have the <sys/cdefs.h> header file. */
 #define HAVE_SYS_CDEFS_H 1
 
+/* Define to 1 if you have the <sys/guarded.h> header file. */
+#define HAVE_SYS_GUARDED_H 1
+
 /* Define to 1 if you have the <sys/stat.h> header file. */
 #define HAVE_SYS_STAT_H 1
 
 /* Define to use Mach semaphores */
 #define USE_MACH_SEM 1
 
-/* Define to use Objective-C runtime */
-#define USE_OBJC 1
-
 /* Define to use POSIX semaphores */
 /* #undef USE_POSIX_SEM */