mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
Update osx/config.h for new ifdefs
This commit is contained in:
parent
836b6bea73
commit
7188d94c1b
1 changed files with 11 additions and 2 deletions
13
osx/config.h
13
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue