summaryrefslogtreecommitdiff
path: root/include/inspircd.h
diff options
context:
space:
mode:
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-07-12 21:49:45 +0000
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-07-12 21:49:45 +0000
commitfeb6904d32273f42f0892ebfd38de1406dab20aa (patch)
treec2c6a4f050f16cfbaafde03eb5b135a608cbcd4d /include/inspircd.h
parent83497c73540f7d5b306e95e3bca97687cd9d0cee (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/inspircd.h')
-rw-r--r--include/inspircd.h2
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