
mikhail at nessus
Sep 12, 2006, 2:49 AM
Post #1 of 1
(676 views)
Permalink
|
|
nessus-core/include config.h.in,1.62,1.63 includes.h,1.23,1.24
|
|
Update of /usr/local/cvs/nessus-core/include In directory raccoon.nessus.org:/tmp/cvs-serv4246/nessus-core/include Modified Files: config.h.in includes.h Log Message: Synchronize back DEVEL with 2.2 Index: config.h.in =================================================================== RCS file: /usr/local/cvs/nessus-core/include/config.h.in,v retrieving revision 1.62 retrieving revision 1.63 diff -u -d -r1.62 -r1.63 --- config.h.in 3 Nov 2004 13:23:11 -0000 1.62 +++ config.h.in 12 Sep 2006 09:49:05 -0000 1.63 @@ -286,7 +286,6 @@ #undef HAVE_MEMMOVE #undef HAVE_ALLOCA #undef HAVE_ALLOCA_H -#undef HAVE_LOCALE_H #undef HAVE_PTHREAD_H #undef HAVE_PTHREAD_CANCEL #undef HAVE_DLFCN_H Index: includes.h =================================================================== RCS file: /usr/local/cvs/nessus-core/include/includes.h,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- includes.h 3 Nov 2004 13:23:11 -0000 1.23 +++ includes.h 12 Sep 2006 09:49:05 -0000 1.24 @@ -167,10 +167,6 @@ #include <pty.h> #endif -#ifdef HAVE_LOCALE_H -# include <locale.h> -#endif - #ifdef HAVE_VALUES_H /* _______________________________________________ Nessus-cvs mailing list Nessus-cvs [at] list http://mail.nessus.org/mailman/listinfo/nessus-cvs
|