diff options
author | rpj <rpj> | 1999-02-17 21:36:19 +0000 |
---|---|---|
committer | rpj <rpj> | 1999-02-17 21:36:19 +0000 |
commit | 4283bb6d921d8ab782cd37ebafe36723a1e0b124 (patch) | |
tree | 4e51d4a62c427be6efd1b0438ad1e3a1f360af7a /config.h | |
parent | 5fac2f6bf79c2c72057fb311738d31867254925e (diff) |
Add config.h. This file is generated by running the configure script.
It is being added for those not building under Cygwin or similar
environment and who therefore can't run ./configure.
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/config.h b/config.h new file mode 100644 index 0000000..920b9c4 --- /dev/null +++ b/config.h @@ -0,0 +1,13 @@ +/* config.h.in. Generated automatically from configure.in by autoheader. */ + +/* 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 + +/* Define if you have the <windows.h> header file. */ +#undef HAVE_WINDOWS_H |