diff options
Diffstat (limited to 'msvc/config.h')
-rw-r--r-- | msvc/config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/msvc/config.h b/msvc/config.h index e221bab..730d091 100644 --- a/msvc/config.h +++ b/msvc/config.h @@ -28,3 +28,9 @@ /* type of second poll() argument */ #define POLL_NFDS_TYPE unsigned int + +/* Define to 1 if you have the <signal.h> header file. */ +#define HAVE_SIGNAL_H 1 + +/* Define to 1 if you have the <sys/types.h> header file. */ +#define HAVE_SYS_TYPES_H 1 |