X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=configure;h=ea43148425069455c4a0077432518c23c650f082;hb=792c2dafc0ab0d982f9912fb7fe18cfbe2c64946;hp=dc500ca8ee0f3a70d893f8599df3266559da50cb;hpb=0056f9a75941c1c360a3dd5dc63b6a704ae6a995;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/configure b/configure index dc500ca8e..ea4314842 100755 --- a/configure +++ b/configure @@ -1023,6 +1023,9 @@ EOF print FILEHANDLE "#define IS_CYGWIN\n"; print FILEHANDLE "#ifndef FD_SETSIZE\n#define FD_SETSIZE 1024\n#endif\n"; } + if ($config{OSNAME} eq "MINGW32") { + print FILEHANDLE "#define IS_MINGW\n"; + } if ($config{OSNAME} eq "CYG-STATIC") { print FILEHANDLE "#ifndef FD_SETSIZE\n#define FD_SETSIZE 1024\n#endif\n"; }