From be76071f9a3b9df6a8da9407331419b72dd5bb08 Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Wed, 2 Nov 2005 18:11:56 +0000 Subject: * autogen.sh: Changed the way we rebuild the examples. * debian/rules: Added history support in xmllint. Closes: #318083. * debian/control: Added build dependency upon libreadline5-dev for history support in xmllint. * xmllint.c: Added some spaces in usage(). Closes: #335015. * testModule.c: Added PATH_MAX definition for the Hurd. Closes: #333623. --- testModule.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'testModule.c') diff --git a/testModule.c b/testModule.c index fecc852..92e1949 100644 --- a/testModule.c +++ b/testModule.c @@ -29,6 +29,10 @@ #define MODULE_PATH ".libs" #endif +#ifndef PATH_MAX /* for The Hurd */ +#define PATH_MAX 4096 +#endif + typedef int (*hello_world_t)(void); int main(int argc ATTRIBUTE_UNUSED, char **argv ATTRIBUTE_UNUSED) { -- cgit v1.2.3