From feb6904d32273f42f0892ebfd38de1406dab20aa Mon Sep 17 00:00:00 2001 From: w00t Date: Sat, 12 Jul 2008 21:49:45 +0000 Subject: [PATCH] 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 --- include/inspircd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 // 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 -- 2.39.2