Skip to content

Commit b9efe0f

Browse files
committed
base: fix Windows fix for other platforms
1 parent f5b5e56 commit b9efe0f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

include/HsBaseConfig.h

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
/* include/HsBaseConfig.h. Generated from HsBaseConfig.h.in by configure. */
23
/* include/HsBaseConfig.h.in. Generated from configure.ac by autoheader. */
34

@@ -380,7 +381,11 @@
380381
#define HAVE_POLL_H 1
381382

382383
/* Define to 1 if you have the <signal.h> header file. */
384+
#if __unix__
385+
#define HAVE_SIGNAL_H 1
386+
#else
383387
#undef HAVE_SIGNAL_H
388+
#endif
384389

385390
/* Define to 1 if you have the <stdint.h> header file. */
386391
#define HAVE_STDINT_H 1

0 commit comments

Comments
 (0)