You are viewing a plain text version of this content. The canonical link for it is here.
Posted to websh-cvs@tcl.apache.org by ro...@apache.org on 2005/11/04 12:04:43 UTC

svn commit: r330792 - /tcl/websh/trunk/src/generic/response_ap.c

Author: ronnie
Date: Fri Nov  4 03:04:34 2005
New Revision: 330792

URL: http://svn.apache.org/viewcvs?rev=330792&view=rev
Log:
- apr_strings.h is only to be included when dealing with Apache 2

Modified:
    tcl/websh/trunk/src/generic/response_ap.c

Modified: tcl/websh/trunk/src/generic/response_ap.c
URL: http://svn.apache.org/viewcvs/tcl/websh/trunk/src/generic/response_ap.c?rev=330792&r1=330791&r2=330792&view=diff
==============================================================================
--- tcl/websh/trunk/src/generic/response_ap.c (original)
+++ tcl/websh/trunk/src/generic/response_ap.c Fri Nov  4 03:04:34 2005
@@ -1,7 +1,7 @@
 /*
  * request_ap.c -- get request data from apaches request object
  * nca-073-9
- * 
+ *
  * Copyright (c) 1996-2000 by Netcetera AG.
  * Copyright (c) 2001 by Apache Software Foundation.
  * All rights reserved.
@@ -22,7 +22,9 @@
 
 #include "request.h"
 
+#ifdef APACHE2
 #include "apr_strings.h"
+#endif
 
 /* ----------------------------------------------------------------------------
  * apHeaderHandler -- set headers in mod_websh case



---------------------------------------------------------------------
To unsubscribe, e-mail: websh-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: websh-cvs-help@tcl.apache.org