2006-07-22 Bruno Haible <bruno@clisp.org>
+ * pathmax.h: Update from gnulib.
+
+ * obstack.h: Update from gnulib, keeping DLL_VARIABLE annotation.
+ * obstack.c: Update from gnulib.
+
+ * minmax.h: Update from gnulib.
+
* mbswidth.c: Update from gnulib.
* wcwidth.h: New file, from gnulib.
/* Define PATH_MAX somehow. Requires sys/types.h.
- Copyright (C) 1992, 1999, 2001, 2003, 2006 Free Software Foundation, Inc.
+ Copyright (C) 1992, 1999, 2001, 2003, 2005 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
# include <unistd.h>
-/* Non-POSIX BSD systems might have gcc's limits.h, which doesn't define
- PATH_MAX but might cause redefinition warnings when sys/param.h is
- later included (as on MORE/BSD 4.3). */
-# if defined _POSIX_VERSION || !defined __GNUC__
-# include <limits.h>
-# endif
+# include <limits.h>
# ifndef _POSIX_PATH_MAX
-# define _POSIX_PATH_MAX 255
+# define _POSIX_PATH_MAX 256
# endif
# if !defined PATH_MAX && defined _PC_PATH_MAX
2006-07-22 Bruno Haible <bruno@clisp.org>
+ * strerror_r.m4: Update from gnulib.
+
* stdbool.m4: Update from gnulib.
* minmax.m4: New file, from gnulib.