cvs commit: modperl-2.0/lib/Apache ParseSource.pm

2001-08-19 Thread dougm

dougm   01/08/19 09:29:44

  Modified:lib/Apache ParseSource.pm
  Log:
  skip ssl headers
  
  Revision  ChangesPath
  1.22  +2 -1  modperl-2.0/lib/Apache/ParseSource.pm
  
  Index: ParseSource.pm
  ===
  RCS file: /home/cvs/modperl-2.0/lib/Apache/ParseSource.pm,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- ParseSource.pm2001/08/01 02:03:50 1.21
  +++ ParseSource.pm2001/08/19 16:29:44 1.22
  @@ -88,7 +88,8 @@
   
   my @includes;
   my $unwanted = join '|', qw(ap_listen internal version
  -apr_optional mod_include);
  +apr_optional mod_include
  +mod_ssl ssl_);
   
   for my $dir (@dirs) {
   File::Find::finddepth({
  
  
  



cvs commit: modperl-2.0/src/modules/perl modperl_bucket.c mod_perl.h

2001-08-19 Thread dougm

dougm   01/08/19 10:22:55

  Modified:src/modules/perl modperl_bucket.c mod_perl.h
  Log:
  modperl_bucket.h needs to be in mod_perl.h for source_scan.pl
  
  Revision  ChangesPath
  1.4   +0 -1  modperl-2.0/src/modules/perl/modperl_bucket.c
  
  Index: modperl_bucket.c
  ===
  RCS file: /home/cvs/modperl-2.0/src/modules/perl/modperl_bucket.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- modperl_bucket.c  2001/08/09 16:52:51 1.3
  +++ modperl_bucket.c  2001/08/19 17:22:55 1.4
  @@ -1,5 +1,4 @@
   #include mod_perl.h
  -#include modperl_bucket.h
   
   /*
* modperl_bucket_sv code derived from mod_snake's ModSnakePyBucket
  
  
  
  1.35  +1 -0  modperl-2.0/src/modules/perl/mod_perl.h
  
  Index: mod_perl.h
  ===
  RCS file: /home/cvs/modperl-2.0/src/modules/perl/mod_perl.h,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- mod_perl.h2001/05/08 18:55:42 1.34
  +++ mod_perl.h2001/08/19 17:22:55 1.35
  @@ -28,6 +28,7 @@
   #include modperl_directives.h
   #include modperl_io.h
   #include modperl_filter.h
  +#include modperl_bucket.h
   #include modperl_pcw.h
   #include modperl_mgv.h
   #include modperl_global.h
  
  
  



cvs commit: modperl-2.0/xs/tables/current/Apache ConstantsTable.pm

2001-08-19 Thread dougm

dougm   01/08/19 11:51:42

  Modified:xs/tables/current/Apache ConstantsTable.pm
  Log:
  sync
  
  Revision  ChangesPath
  1.12  +28 -1 modperl-2.0/xs/tables/current/Apache/ConstantsTable.pm
  
  Index: ConstantsTable.pm
  ===
  RCS file: /home/cvs/modperl-2.0/xs/tables/current/Apache/ConstantsTable.pm,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- ConstantsTable.pm 2001/08/01 02:04:46 1.11
  +++ ConstantsTable.pm 2001/08/19 18:51:42 1.12
  @@ -2,7 +2,7 @@
   
   # !!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !  Tue Jul 31 19:02:56 2001
  +# !  Sun Aug 19 11:43:53 2001
   # !  do NOT edit, any changes will be lost !
   # !!
   
  @@ -161,6 +161,33 @@
   ]
 },
 'APR' = {
  +'uri' = [
  +  'APR_URI_FTP_DEFAULT_PORT',
  +  'APR_URI_SSH_DEFAULT_PORT',
  +  'APR_URI_TELNET_DEFAULT_PORT',
  +  'APR_URI_GOPHER_DEFAULT_PORT',
  +  'APR_URI_HTTP_DEFAULT_PORT',
  +  'APR_URI_POP_DEFAULT_PORT',
  +  'APR_URI_NNTP_DEFAULT_PORT',
  +  'APR_URI_IMAP_DEFAULT_PORT',
  +  'APR_URI_PROSPERO_DEFAULT_PORT',
  +  'APR_URI_WAIS_DEFAULT_PORT',
  +  'APR_URI_LDAP_DEFAULT_PORT',
  +  'APR_URI_HTTPS_DEFAULT_PORT',
  +  'APR_URI_RTSP_DEFAULT_PORT',
  +  'APR_URI_SNEWS_DEFAULT_PORT',
  +  'APR_URI_ACAP_DEFAULT_PORT',
  +  'APR_URI_NFS_DEFAULT_PORT',
  +  'APR_URI_TIP_DEFAULT_PORT',
  +  'APR_URI_SIP_DEFAULT_PORT',
  +  'APR_URI_UNP_OMITSITEPART',
  +  'APR_URI_UNP_OMITUSER',
  +  'APR_URI_UNP_OMITPASSWORD',
  +  'APR_URI_UNP_OMITUSERINFO',
  +  'APR_URI_UNP_REVEALPASSWORD',
  +  'APR_URI_UNP_OMITPATHINFO',
  +  'APR_URI_UNP_OMITQUERY'
  +],
   'socket' = [
 'APR_SO_LINGER',
 'APR_SO_KEEPALIVE',