aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGravatar w00t2008-07-12 21:49:45 +0000
committerGravatar w00t2008-07-12 21:49:45 +0000
commitfeb6904d32273f42f0892ebfd38de1406dab20aa (patch)
treec2c6a4f050f16cfbaafde03eb5b135a608cbcd4d /include
parentAllow opers to view modelists regardless of <security:hidemodelists> (diff)
downloadinspircd++-feb6904d32273f42f0892ebfd38de1406dab20aa.tar.gz
inspircd++-feb6904d32273f42f0892ebfd38de1406dab20aa.tar.bz2
inspircd++-feb6904d32273f42f0892ebfd38de1406dab20aa.zip
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.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