diff options
Diffstat (limited to 'src/libw32dll/wine/config.h')
-rw-r--r-- | src/libw32dll/wine/config.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/libw32dll/wine/config.h b/src/libw32dll/wine/config.h index 1809714b8..f10850d9e 100644 --- a/src/libw32dll/wine/config.h +++ b/src/libw32dll/wine/config.h @@ -3,7 +3,9 @@ * we need all these tests and checks in our * configure.in */ - +#if 1 +#include "../../config.h" +#else /* include/config.h. Generated automatically by configure. */ /* include/config.h.in. Generated automatically from configure.in by autoheader. */ @@ -447,3 +449,4 @@ /* Define if you have the xpg4 library (-lxpg4). */ /* #undef HAVE_LIBXPG4 */ +#endif |