From: Christos Zoulas Date: Wed, 3 Mar 2004 17:24:28 +0000 (+0000) Subject: don't support getopt_long if we don't have X-Git-Tag: FILE5_05~900 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b1ecabf514f88a35ae522bfc92dee19ba630e177;p=file don't support getopt_long if we don't have --- diff --git a/src/file.c b/src/file.c index 007c2b7d..ca259b94 100644 --- a/src/file.c +++ b/src/file.c @@ -65,6 +65,8 @@ #ifdef HAVE_GETOPT_H #include /* for long options (is this portable?)*/ +#else +#undef HAVE_GETOPT_LONG #endif #include /* for byte swapping */ @@ -72,7 +74,7 @@ #include "patchlevel.h" #ifndef lint -FILE_RCSID("@(#)$Id: file.c,v 1.89 2004/03/03 17:21:05 christos Exp $") +FILE_RCSID("@(#)$Id: file.c,v 1.90 2004/03/03 17:24:28 christos Exp $") #endif /* lint */