Svante Signell, le Tue 28 Aug 2012 17:55:07 +0200, a écrit : > --- a/libetpan-config.h.in 2008-05-23 00:39:44.000000000 +0200 > +++ b/libetpan-config.h.in 2012-08-28 17:36:00.000000000 +0200 > @@ -15,6 +15,9 @@ > #ifdef HAVE_LIMITS_H > @include <limits.h> > #endif > +#ifndef PATH_MAX > +@define PATH_MAX 4096
Typo here. > +#endif > #ifdef HAVE_SYS_PARAM_H > /* support for ARM platforms with a 2.95.3 arm-gcc suite */ > @include <sys/param.h> > --- a/tests/option-parser.c 2010-11-16 21:46:35.000000000 +0100 > +++ b/tests/option-parser.c 2012-08-28 17:36:25.000000000 +0200 > @@ -12,6 +12,9 @@ > #include <stdlib.h> > #include <string.h> > #include <limits.h> > +#ifndef PATH_MAX > +#define PATH_MAX 4096 > +#endif > > #include <libetpan/libetpan.h> > > > -- > To UNSUBSCRIBE, email to [email protected] > with a subject of "unsubscribe". Trouble? Contact [email protected] > Archive: http://lists.debian.org/[email protected] > -- Samuel La fonction memfrob() crypte les n premiers octets de la zone de mémoire s en effectuant un OU-exclusif entre chaque octet et le nombre 42. (extrait de la page de man de memfrob -- Manuel du programmeur Linux) -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

