From d15b915ef5e5740194716ab3685dfe6c8b5f79f5 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 15 Jun 2008 11:57:01 +0000 Subject: [PATCH] Defined too early git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9909 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/inspircd.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/inspircd.h b/include/inspircd.h index 13a94331a..7c6682b95 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -31,10 +31,6 @@ #define CUSTOM_PRINTF(STRING, FIRST) #endif -#ifndef PATH_MAX -#define PATH_MAX 4096 -#endif - // Required system headers. #include #include @@ -65,6 +61,10 @@ #include "inspstring.h" #include "protocol.h" +#ifndef PATH_MAX +#define PATH_MAX 4096 +#endif + /** * Used to define the maximum number of parameters a command may have. */ -- 2.39.5