summaryrefslogtreecommitdiff
path: root/ndb
diff options
context:
space:
mode:
authormsvensson@neptunus.(none) <>2006-07-26 15:27:53 +0200
committermsvensson@neptunus.(none) <>2006-07-26 15:27:53 +0200
commit34d50269b2b60c70695c0733de3629cd73113a6b (patch)
tree40585d0a7e1ed7081ababf117b2beb83ab8ec919 /ndb
parent8f21e375a2b1430726315702f2d856be381d9264 (diff)
downloadmariadb-git-34d50269b2b60c70695c0733de3629cd73113a6b.tar.gz
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!
Diffstat (limited to 'ndb')
-rw-r--r--ndb/include/ndb_global.h.in4
1 files changed, 0 insertions, 4 deletions
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