]> git.saurik.com Git - wxWidgets.git/blobdiff - src/tiff/libtiff/mkg3states.c
Fit the generic preferences editor dialog to its pages size initially.
[wxWidgets.git] / src / tiff / libtiff / mkg3states.c
index c6efa79792e18e95ffab7fc0ad244108bff60327..1e1d9761c7114c86a50a7de9673e55e51f67325c 100644 (file)
 
 #include "tif_fax3.h"
 
+#ifndef HAVE_GETOPT
+extern int getopt(int, char**, char*);
+#endif
+
 #define        streq(a,b)      (strcmp(a,b) == 0)
 
 /* NB: can't use names in tif_fax3.h 'cuz they are declared const */
@@ -438,3 +442,10 @@ main(int argc, char* argv[])
 }
 
 /* vim: set ts=8 sts=8 sw=8 noet: */
+/*
+ * Local Variables:
+ * mode: c
+ * c-basic-offset: 8
+ * fill-column: 78
+ * End:
+ */