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!
parent 8f21e375
......@@ -128,12 +128,8 @@ extern "C" {
#include "ndb_init.h"
#ifdef SCO
#ifndef PATH_MAX
#define PATH_MAX 1024
#endif
#endif /* SCO */
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment