Cleanup redundant definition of PATH_MAX
[exim.git] / src / src / exim.h
index 5582ea94ac92804da7662816d8fb782e3b2b9d88..41d37711069a485d626cb3d59e016f1fcb9e7470 100644 (file)
@@ -584,19 +584,9 @@ default to EDQUOT if it exists, otherwise ENOSPC. */
 # endif
 #endif
 
-/* Ensure PATH_MAX is defined */
-
-#ifndef PATH_MAX
-  #ifdef MAXPATHLEN
-  # define PATH_MAX MAXPATHLEN
-  #else
-  # define PATH_MAX 1024
-  #endif
-#endif
-
 /* DANE w/o DNSSEC is useless */
 #if defined(EXPERIMENTAL_DANE) && defined(DISABLE_DNSSEC)
-  #undef DISABLE_DNSSEC
+undef DISABLE_DNSSEC
 #endif
 
 #endif