cvs commit: mod_parrot mod_parrot.c

[email protected]
Newsgroups perl.cvs.mod_parrot
Message-ID <[email protected]>
cvsuser     02/05/21 20:33:01

  Modified:    .        mod_parrot.c
  Log:
  Show the version in the apache string
  
  Revision  Changes    Path
  1.6       +3 -1      mod_parrot/mod_parrot.c
  
  Index: mod_parrot.c
  ===================================================================
  RCS file: /cvs/public/mod_parrot/mod_parrot.c,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -w -r1.5 -r1.6
  --- mod_parrot.c	17 May 2002 03:15:41 -0000	1.5
  +++ mod_parrot.c	22 May 2002 03:33:01 -0000	1.6
  @@ -104,7 +104,9 @@
    */
   static void mod_parrot_init(server_rec *s, pool *p)
   {
  -
  +#if MODULE_MAGIC_NUMBER >= 19980527
  +    ap_add_version_component("mod_parrot/.03");
  +#endif
     // init Parrot
     init_world();
     interpreter = Parrot_new();
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.