Code

make studio 11 happy ... http://www.netbsd.org/cgi-bin/query-pr-single.pl?number...
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sun, 4 May 2008 18:54:57 +0000 (18:54 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sun, 4 May 2008 18:54:57 +0000 (18:54 +0000)
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@1337 a5681a0c-68f1-0310-ab6d-d61299d08faa

program/src/rrd_getopt.c
program/src/rrd_getopt1.c

index b715ab0339d701efce02af16e45b1392e6765aaa..281baf4ef2595921079072cd2d0a21f172b4d3eb 100644 (file)
 #define _NO_PROTO
 #endif
 
-#ifdef HAVE_CONFIG_H
-#include "../rrd_config.h"
-#endif
-
 #if !defined (__STDC__) || !__STDC__
 /* This is a separate conditional since some stdc systems
    reject `defined (const)'.  */
 #endif
 #endif
 
+#ifdef HAVE_CONFIG_H
+#include "../rrd_config.h"
+#endif
+
 #include <stdio.h>
 
 /* Comment out all this code if we are using the GNU C Library, and are not
index 14e1e885685699156ed730d82b6c963ce75ee39a..ddf814974c662c97d6c80ba16320aea8475b34d1 100644 (file)
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 \f
-#ifdef HAVE_CONFIG_H
-#include "../rrd_config.h"
-#endif
-
-#include "rrd_getopt.h"
-
 #if !defined (__STDC__) || !__STDC__
 /* This is a separate conditional since some stdc systems
    reject `defined (const)'.  */
 #endif
 #endif
 
+#ifdef HAVE_CONFIG_H
+#include "../rrd_config.h"
+#endif
+
+#include "rrd_getopt.h"
+
 #include <stdio.h>
 
 /* Comment out all this code if we are using the GNU C Library, and are not