From 88f9c7ca80bfbc9a5429fc632b90d6c4a2a2787d Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Wed, 9 Apr 2008 10:33:41 +0200 Subject: Load /tmp/libxml2-2.6.32 into libxml2/branches/upstream/current. --- testModule.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'testModule.c') diff --git a/testModule.c b/testModule.c index fecc852..8293c45 100644 --- a/testModule.c +++ b/testModule.c @@ -29,6 +29,15 @@ #define MODULE_PATH ".libs" #endif +/* Used for SCO Openserver*/ +#ifndef PATH_MAX +#ifdef _POSIX_PATH_MAX +#define PATH_MAX _POSIX_PATH_MAX +#else +#define PATH_MAX 4096 +#endif +#endif + typedef int (*hello_world_t)(void); int main(int argc ATTRIBUTE_UNUSED, char **argv ATTRIBUTE_UNUSED) { -- cgit v1.2.3