Code

fixes for compiling rrdtool with win32 mingw and netware -- Guenter Knauf <gk with...
[rrdtool.git] / src / rrd_tool.c
index fba0fa04ff551fe76a57351f0d5e53993d2be871..1994bb91e0296455f3df6c453ce6cfd90311732b 100644 (file)
@@ -23,11 +23,7 @@ void PrintUsage(char *cmd)
 
     char help_main[] =
           "RRDtool " PACKAGE_VERSION "  Copyright 1997-2005 by Tobias Oetiker <tobi@oetiker.ch>\n"
-#if defined(_WIN32) && !defined(__CYGWIN__) && !defined(__CYGWIN32__)
            "               Compiled " __DATE__ " " __TIME__ "\n\n"
-#else
-           "               Compiled " MAKE_TIMESTAMP "\n\n"
-#endif          
           "Usage: rrdtool [options] command command_options\n\n";
 
     char help_list[] =