Skip to content

Commit

Permalink
base: fix Windows fix for other platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
valderman committed Sep 6, 2017
1 parent f5b5e56 commit b9efe0f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions include/HsBaseConfig.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

/* include/HsBaseConfig.h. Generated from HsBaseConfig.h.in by configure. */
/* include/HsBaseConfig.h.in. Generated from configure.ac by autoheader. */

Expand Down Expand Up @@ -380,7 +381,11 @@
#define HAVE_POLL_H 1

/* Define to 1 if you have the <signal.h> header file. */
#if __unix__
#define HAVE_SIGNAL_H 1
#else
#undef HAVE_SIGNAL_H
#endif

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

0 comments on commit b9efe0f

Please sign in to comment.