Update of /cvsroot/perfparse/_perfparse/cgi
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1804/cgi
Modified Files:
perfgant.c
Log Message:
use gnu extensions - and remove compiler warnings
Index: perfgant.c
===================================================================
RCS file: /cvsroot/perfparse/_perfparse/cgi/perfgant.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** perfgant.c 12 Jun 2007 23:39:09 -0000 1.7
--- perfgant.c 13 Jun 2007 13:56:12 -0000 1.8
***************
*** 25,28 ****
--- 25,30 ----
*****************************************************************************/
+ // #define _GNU_SOURCE
+ #include <config.h>
#include <stdio.h>
#include <stdlib.h>
***************
*** 41,45 ****
#include "cgi.h"
- #include <config.h>
#include <gettext.h>
#include <locale.h>
--- 43,46 ----
|