diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 729ddf009..b95e01843 100644 --- a/config.h.in +++ b/config.h.in @@ -205,6 +205,9 @@ /* Define to 1 if you have the `setlinebuf' function. */ #undef HAVE_SETLINEBUF +/* Define to 1 if you have the `sigwaitinfo' function. */ +#undef HAVE_SIGWAITINFO + /* have sqlite3_prepare_v2() */ #undef HAVE_SQLITE3_PREPARE_V2 |