about summary refs log tree commit diff stats
path: root/src/LYCgi.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2009-03-11 00:40:00 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2009-03-11 00:40:00 -0400
commit089dd372933a775165f70ae0b32713eb3aebee98 (patch)
tree1ad37766e42512ccb3f397d6217dbf49495c1285 /src/LYCgi.c
parentf71b2b3a35fa25f2be897b75870d3ab81170b857 (diff)
downloadlynx-snapshots-089dd372933a775165f70ae0b32713eb3aebee98.tar.gz
snapshot of project "lynx", label v2-8-7dev_13b
Diffstat (limited to 'src/LYCgi.c')
-rw-r--r--src/LYCgi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/LYCgi.c b/src/LYCgi.c
index 2274234c..fbd4822e 100644
--- a/src/LYCgi.c
+++ b/src/LYCgi.c
@@ -1,5 +1,5 @@
 /*
- * $LynxId: LYCgi.c,v 1.54 2009/01/01 22:39:06 tom Exp $
+ * $LynxId: LYCgi.c,v 1.55 2009/03/10 00:05:59 tom Exp $
  *                   Lynx CGI support                              LYCgi.c
  *                   ================
  *
@@ -58,7 +58,7 @@ static unsigned envc_size = 0;	/* Slots in environment array */
 static unsigned envc = 0;	/* Slots used so far */
 static HTList *alloced = NULL;
 
-#ifdef LYNXCGI_LINKS
+#if defined(LYNXCGI_LINKS) && !defined(__MINGW32__)
 static char *user_agent = NULL;
 static char *server_software = NULL;
 static char *accept_language = NULL;