Lookups: dsearch subdir with leading "..". Bug 2994
[exim.git] / src / exim_monitor / em_version.c
index 4c562925cd4a8244557a1f7f8f35e24f71002ecc..432796bff0c21783ffb3b9a144cbebe6355f0ba3 100644 (file)
@@ -9,19 +9,9 @@
 
 #define EM_VERSION_C
 
-/* Needed by macros.h */
-/* Some systems have PATH_MAX and some have MAX_PATH_LEN. */
-
-#ifndef PATH_MAX
-# ifdef MAX_PATH_LEN
-#  define PATH_MAX MAX_PATH_LEN
-# else
-#  define PATH_MAX 1024
-# endif
-#endif
-
 #include "mytypes.h"
 #include "store.h"
+#include "path_max.h"
 #include "macros.h"
 #include <string.h>
 #include <stdlib.h>