aboutsummaryrefslogtreecommitdiffhomepage
path: root/osx
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2015-12-18 21:29:49 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2015-12-18 21:29:49 -0800
commit7188d94c1bdc483e6dca877631ca6dfa6af0ebbc (patch)
treeccb243a10c6694f833fa66d8fd71073bb4b55db4 /osx
parent836b6bea73b6e8da657471d8b919ed347dfa62e5 (diff)
Update osx/config.h for new ifdefs
Diffstat (limited to 'osx')
-rw-r--r--osx/config.h13
1 files changed, 11 insertions, 2 deletions
diff --git a/osx/config.h b/osx/config.h
index 450a10cd..cab160a3 100644
--- a/osx/config.h
+++ b/osx/config.h
@@ -4,12 +4,15 @@
/* Define to 1 if you have the `backtrace' function. */
#define HAVE_BACKTRACE 1
-/* Define to 1 if you have the `backtrace_symbols' function. */
-#define HAVE_BACKTRACE_SYMBOLS 1
+/* Define to 1 if you have the `backtrace_symbols_fd' function. */
+#define HAVE_BACKTRACE_SYMBOLS_FD 1
/* Define to 1 one if the implemented fwprintf is broken */
/* #undef HAVE_BROKEN_FWPRINTF */
+/* Define to 1 if you have the `clock_gettime' function. */
+/* #undef HAVE_CLOCK_GETTIME */
+
/* Define to 1 if you have the <curses.h> header file. */
#define HAVE_CURSES_H 1
@@ -29,6 +32,9 @@
/* Define to 1 if you have the `fputwc' function. */
#define HAVE_FPUTWC 1
+/* Define to 1 if you have the `futimens' function. */
+/* #undef HAVE_FUTIMENS */
+
/* Define to 1 if you have the `futimes' function. */
#define HAVE_FUTIMES 1
@@ -230,6 +236,9 @@
/* Define to the version of this package. */
#define PACKAGE_VERSION "2.2.0-git"
+/* The size of `wchar_t', as computed by sizeof. */
+#define SIZEOF_WCHAR_T 4
+
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1