mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 11:09:04 -04:00
#define IS_MINGW on..MinGW (*shock*)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4836 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
0056f9a759
commit
667bf73637
3
configure
vendored
3
configure
vendored
@ -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";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user