git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@1007
a5681a0c-68f1-0310-ab6d-
d61299d08faa
AM_CPPFLAGS = -DRRD_DEFAULT_FONT=\"$(RRD_DEFAULT_FONT)\" -DNUMVERS=@NUMVERS@
UPD_C_FILES = \
- getopt.c \
- getopt1.c \
+ rrd_getopt.c \
+ rrd_getopt1.c \
parsetime.c \
rrd_hw.c \
rrd_diff.c \
art_rgba_svp.h \
unused.h \
rrd_gfx.h \
- getopt.h parsetime.h \
+ rrd_getopt.h parsetime.h \
rrd_format.h rrd_tool.h rrd_xport.h rrd.h rrd_hw.h rrd_rpncalc.h \
rrd_nan_inf.h fnv.h rrd_graph.h rrd_afm.h rrd_afm_data.h \
rrd_is_thread_safe.h
GNU application programs can use a third alternative mode in which
they can distinguish the relative order of options and other arguments. */
-#include "getopt.h"
+#include "rrd_getopt.h"
/* For communication from `getopt' to the caller.
When `getopt' finds an option that takes an argument,
#include "../rrd_config.h"
#endif
-#include "getopt.h"
+#include "rrd_getopt.h"
#if !defined (__STDC__) || !__STDC__
/* This is a separate conditional since some stdc systems
#endif
/* local include files -- need to be after the system ones */
-#include "getopt.h"
+#include "rrd_getopt.h"
#include "rrd_format.h"
#ifndef max