]> sjero.net Git - wget/blobdiff - src/options.h
The prefered way is to avoid #ifdef flooding, so take it that way. Introduce iri...
[wget] / src / options.h
index 2927a37cf6a2307d2437777baf8255eecb1fd268..723f80a170951e8b1c9e78e2990b5b02b7c22e80 100644 (file)
@@ -238,11 +238,9 @@ struct options
   bool auth_without_challenge;  /* Issue Basic authentication creds without
                                    waiting for a challenge. */
 
-#ifdef ENABLE_IRI
   bool enable_iri;
   char *encoding_remote;
   char *locale;
-#endif
 };
 
 extern struct options opt;