From dd27607065f2f4f42cdc1203b872e4b6f67e0333 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 26 Jul 2006 15:27:53 +0200 Subject: Bug#16574 Patch to compile on GNU/Hurd (PATH_MAX limit not existing) - Define MAX_PATH if not already defined by system header files. - Thanks to Christian for the report and patch! ndb/include/ndb_global.h.in: PATH_MAX is defined in ndb_global.h for "sco", remove the conditional define for sco so it thakes effect as soon as MAX_PATH is not available --- ndb/include/ndb_global.h.in | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ndb/include') diff --git a/ndb/include/ndb_global.h.in b/ndb/include/ndb_global.h.in index 43f90e1f8b5..122b0edc400 100644 --- a/ndb/include/ndb_global.h.in +++ b/ndb/include/ndb_global.h.in @@ -128,12 +128,8 @@ extern "C" { #include "ndb_init.h" -#ifdef SCO - #ifndef PATH_MAX #define PATH_MAX 1024 #endif -#endif /* SCO */ - #endif -- cgit v1.2.1