diff options
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,2 +1,5 @@ /* Do we know about the C type sigset_t? */ #undef HAVE_SIGSET_T + +/* Do we have the `_stdcall' keyword? */ +#undef STDCALL |