]> sjero.net Git - wget/blobdiff - src/wget.h
[svn] Remove the OPTIONS_DEFINED_HERE kludge.
[wget] / src / wget.h
index e9191387a561dff2f6d217810eae0982ed1a4c2d..58ca27342855baff6ac159a9e0e17956ce891893 100644 (file)
@@ -264,15 +264,7 @@ char *xstrdup_debug PARAMS ((const char *, const char *, int));
 /* Free FOO if it is non-NULL.  */
 #define FREE_MAYBE(foo) do { if (foo) xfree (foo); } while (0)
 
-/* #### Hack: OPTIONS_DEFINED_HERE is defined in main.c.  */
-/* [Is this weird hack really necessary on any compilers?  No ANSI C compiler
-    should complain about "extern const char *exec_name;" followed by
-    "const char *exec_name;".  Are we doing this for K&R compilers, or...??
-    -- Dan Harkless <wget@harkless.org>] */
-#ifndef OPTIONS_DEFINED_HERE
 extern const char *exec_name;
-#endif
-
 \f
 /* Document type ("dt") flags */
 enum