aboutsummaryrefslogtreecommitdiffhomepage
path: root/osx
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-08-15 00:57:56 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-08-15 00:57:56 -0700
commit61686aff34a9f8c9d4db1045bce987c85d009061 (patch)
tree3f352033e0bcde6aa7f89487c98b55db72b9499b /osx
parentad6645c48da8ae733113ddf07a8675c750c23e1b (diff)
Adopt posix_spawn (!)
Rewrite IO chains to be a vector of pointers, instead of a linked list Removed io_transmogrify
Diffstat (limited to 'osx')
-rw-r--r--osx/config.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/osx/config.h b/osx/config.h
index f606d92f..a72a8825 100644
--- a/osx/config.h
+++ b/osx/config.h
@@ -1,9 +1,6 @@
/* config.h. Generated from config.h.in by configure. */
/* config.h.in. Generated from configure.ac by autoheader. */
-#ifndef FISH_CONFIG_H
-#define FISH_CONFIG_H
-
/* Define to 1 if you have the `backtrace' function. */
#define HAVE_BACKTRACE 1
@@ -76,6 +73,9 @@
/* Define to 1 if you have the <siginfo.h> header file. */
/* #undef HAVE_SIGINFO_H */
+/* Define to 1 if you have the <spawn.h> header file. */
+#define HAVE_SPAWN_H 1
+
/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1
@@ -219,5 +219,3 @@
#define __warn_unused
#define __sentinel
#endif
-
-#endif