summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: de89cf4)
raw | patch | inline | side by side (parent: de89cf4)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sun, 4 May 2008 18:59:20 +0000 (18:59 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sun, 4 May 2008 18:59:20 +0000 (18:59 +0000) |
program/src/rrd_getopt.c | patch | blob | history | |
program/src/rrd_getopt1.c | patch | blob | history |
index b389aaa53391281f49daba5df73c0918ac358bc9..50a61e882ea76d13104285a6b30d9af92adff995 100644 (file)
--- a/program/src/rrd_getopt.c
+++ b/program/src/rrd_getopt.c
#define _NO_PROTO
#endif
-#ifdef HAVE_CONFIG_H
-#include "../rrd_config.h"
-#endif
-
-#include "rrd_i18n.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_i18n.h"
+
+
#include <stdio.h>
/* Comment out all this code if we are using the GNU C Library, and are not
index 4c406e9f9c711ff8dbbca746dd450cf4a95bebf1..075bc8da48b79643af6794ddfc5c51270693982a 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
#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