aboutsummaryrefslogtreecommitdiffhomepage
path: root/fishd.c
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-08-28 20:29:49 +1000
committerGravatar axel <axel@liljencrantz.se>2006-08-28 20:29:49 +1000
commit7310596dabe7eb81c9e55c64524537a03dcfad6f (patch)
tree18a8cad7f69d28fd0b800da19c892d51d424adf3 /fishd.c
parent4afe49d7c63f0608adfdda4a2dd562f6d0a9a4bd (diff)
Much more reliable getopt_long test. Idea from Netocrat.
darcs-hash:20060828102949-ac50b-bb55face2f3127018b6c79a72ee71e38f075232a.gz
Diffstat (limited to 'fishd.c')
-rw-r--r--fishd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fishd.c b/fishd.c
index 8d4801a4..dd2b6af6 100644
--- a/fishd.c
+++ b/fishd.c
@@ -494,7 +494,7 @@ int main( int argc, char ** argv )
*/
while( 1 )
{
-#ifdef HAVE_GETOPT_LONG
+#ifdef HAVE_WORKING_GETOPT_LONG
static struct option
long_options[] =
{