aboutsummaryrefslogtreecommitdiffstats
path: root/pc/config.sed
diff options
context:
space:
mode:
Diffstat (limited to 'pc/config.sed')
-rw-r--r--pc/config.sed4
1 files changed, 4 insertions, 0 deletions
diff --git a/pc/config.sed b/pc/config.sed
index 6498c078..5b3cc32f 100644
--- a/pc/config.sed
+++ b/pc/config.sed
@@ -46,6 +46,10 @@ s/^#undef HAVE_ATEXIT *$/#define HAVE_ATEXIT 1/
#endif
s/^#undef HAVE_FCNTL_H *$/#define HAVE_FCNTL_H 1/
s/^#undef HAVE_FMOD *$/#define HAVE_FMOD 1/
+/^#undef HAVE_GAI_STRERROR *$/c\
+#ifdef __MINGW32__\
+#define HAVE_GAI_STRERROR 1\
+#endif
/^#undef HAVE_GETADDRINFO *$/c\
#ifdef __MINGW32__\
#define HAVE_GETADDRINFO 1\