aboutsummaryrefslogtreecommitdiffhomepage
path: root/osx
diff options
context:
space:
mode:
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