Code

Imported upstream version 1.4~rc2.
[pkg-rrdtool.git] / src / rrd_getopt.h
index 89a5da6dbefb452bd318083c463a2ef0e4269869..1d443f194f0fa18cef6bf4613054c6327fe3a318 100644 (file)
@@ -132,8 +132,6 @@ extern    "C" {
     int *longind,
     int long_only);
 #else                   /* not __STDC__ */
-
-#ifdef WIN32
     int getopt_long(int argc,
                     char **argv,
                     const char *options,
@@ -145,18 +143,6 @@ extern    "C" {
                          const struct option *longopts,
                          int *longind,
                          int long_only);
-#else // WIN32
-    extern int getopt(
-        );
-    extern int getopt_long(
-        );
-    extern int getopt_long_only(
-        );
-
-    extern int _getopt_internal(
-        );
-#endif // WIN32
-
 #endif                  /* __STDC__ */
 
 #ifdef __cplusplus