diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-07-12 21:49:45 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-07-12 21:49:45 +0000 |
commit | feb6904d32273f42f0892ebfd38de1406dab20aa (patch) | |
tree | c2c6a4f050f16cfbaafde03eb5b135a608cbcd4d /include | |
parent | 83497c73540f7d5b306e95e3bca97687cd9d0cee (diff) |
peavey already fixed this with climits include, remove limits.h. Keep the warning, though.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9996 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r-- | include/inspircd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index 6ddc9bf9c..61bc3c33f 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -61,7 +61,7 @@ #include "configreader.h" #include "inspstring.h" #include "protocol.h" -#include <limits.h> // required for PATH_MAX under gcc 4.3, may break windows + #ifndef PATH_MAX #warning Potentially broken system, PATH_MAX undefined #define PATH_MAX 4096 |