From bb57ac607f4d412207e73e0d08a0e75e29f2413b Mon Sep 17 00:00:00 2001
From: swa <swa@users.sourceforge.net>
Date: Mon, 4 Jun 2001 10:41:52 +0000
Subject: [PATCH] show version string of cgi.h and cgi.c

---
 cgi.c      | 6 +++++-
 showargs.c | 2 ++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/cgi.c b/cgi.c
index c1bac6f6..f461bb3b 100644
--- a/cgi.c
+++ b/cgi.c
@@ -1,4 +1,4 @@
-const char cgi_rcs[] = "$Id: cgi.c,v 1.1 2001/06/03 11:03:48 oes Exp $";
+const char cgi_rcs[] = "$Id: cgi.c,v 1.3 2001/06/03 19:12:16 oes Exp $";
 /*********************************************************************
  *
  * File        :  $Source: /cvsroot/ijbswa/current/cgi.c,v $
@@ -36,6 +36,9 @@ const char cgi_rcs[] = "$Id: cgi.c,v 1.1 2001/06/03 11:03:48 oes Exp $";
  *
  * Revisions   :
  *    $Log: cgi.c,v $
+ *    Revision 1.3  2001/06/03 19:12:16  oes
+ *    introduced new cgi handling
+ *
  *    Revision 1.1  2001/06/03 11:03:48  oes
  *    Makefile/in
  *
@@ -116,6 +119,7 @@ const char cgi_rcs[] = "$Id: cgi.c,v 1.1 2001/06/03 11:03:48 oes Exp $";
 #include "miscutil.h"
 #include "showargs.h"
 
+const char cgi_h_rcs[] = CGI_H_VERSION;
 
 const struct cgi_dispatcher cgi_dispatchers[] = {
    { "show-status", 
diff --git a/showargs.c b/showargs.c
index 80247e24..0dd2ef34 100644
--- a/showargs.c
+++ b/showargs.c
@@ -356,6 +356,8 @@ char *end_proxy_args(struct configuration_spec * config)
    /* In alphabetical order */
    SHOW_RCS(actions_h_rcs)
    SHOW_RCS(actions_rcs)
+   SHOW_RCS(cgi_h_rcs)
+   SHOW_RCS(cgi_rcs)
 #ifdef __MINGW32__
    SHOW_RCS(cygwin_h_rcs)
 #endif
-- 
2.49.0