r7061: initial property settings
[ctsim.git] / getopt / getopt.h
index 74a3a5820b37633697d28f27c818eb77fe6f6cfa..da0a54adc618e07f2abc19d0b7c79615e527c48e 100644 (file)
@@ -19,8 +19,9 @@
 
 #ifndef _GETOPT_H
 
+#ifdef HAVE_CONFIG_H
 #include "../config.h"
-
+#endif
 
 #ifndef __need_getopt
 # define _GETOPT_H 1
@@ -155,15 +156,15 @@ extern int _getopt_internal (int __argc, char *const *__argv,
 #else /* not __STDC__ */
 extern int getopt ();
 # ifndef __need_getopt
-extern int getopt_long (int argc, char *const *argv, const char *shortopts,\r
-                       const struct option *longopts, int *longind);\r
-extern int getopt_long_only (int __argc, char *const *__argv,\r
-                            const char *__shortopts,\r
-                            const struct option *__longopts, int *__longind);\r
-extern int _getopt_internal (int __argc, char *const *__argv,\r
-                            const char *__shortopts,\r
-                            const struct option *__longopts, int *__longind,\r
-                            int __long_only);\r
+extern int getopt_long (int argc, char *const *argv, const char *shortopts,
+                       const struct option *longopts, int *longind);
+extern int getopt_long_only (int __argc, char *const *__argv,
+                            const char *__shortopts,
+                            const struct option *__longopts, int *__longind);
+extern int _getopt_internal (int __argc, char *const *__argv,
+                            const char *__shortopts,
+                            const struct option *__longopts, int *__longind,
+                            int __long_only);
 # endif
 #endif /* __STDC__ */