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 6671c7f..920b9c4 100644 --- a/config.h.in +++ b/config.h.in @@ -3,6 +3,9 @@ /* Do we know about the C type sigset_t? */ #undef HAVE_SIGSET_T +/* Do we have the `_stdcall' keyword? */ +#undef STDCALL + /* Define if you have the <signal.h> header file. */ #undef HAVE_SIGNAL_H |