gozer       2004/08/12 17:13:18

  Modified:    lib/Apache ParseSource.pm
               xs/tables/current/Apache ConstantsTable.pm
  Log:
  I should not have added the context constants manually, but rather
  made sure ParseSource.pm would pick them up.
  
  Revision  Changes    Path
  1.59      +1 -0      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.58
  retrieving revision 1.59
  diff -u -r1.58 -r1.59
  --- ParseSource.pm    12 Jul 2004 08:14:27 -0000      1.58
  +++ ParseSource.pm    13 Aug 2004 00:13:17 -0000      1.59
  @@ -233,6 +233,7 @@
       Apache => {
           common     => [qw{OK DECLINED DONE}],
           config     => [qw{DECLINE_CMD}],
  +        context    => [qw(NOT_IN_ GLOBAL_ONLY)],
           http       => [qw{HTTP_}],
           log        => [qw(APLOG_)],
           methods    => [qw{M_ METHODS}],
  
  
  
  1.42      +10 -10    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.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- ConstantsTable.pm 11 Aug 2004 22:49:15 -0000      1.41
  +++ ConstantsTable.pm 13 Aug 2004 00:13:18 -0000      1.42
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !          Mon May  3 13:30:11 2004
  +# !          Thu Aug 12 17:10:15 2004
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -56,15 +56,6 @@
         'OPT_MULTI',
         'OPT_ALL'
       ],
  -    'context' => [
  -      'NOT_IN_VIRTUALHOST',
  -      'NOT_IN_LIMIT',
  -      'NOT_IN_DIRECTORY',
  -      'NOT_IN_LOCATION',
  -      'NOT_IN_FILES',
  -      'NOT_IN_DIR_LOC_FILE',
  -      'GLOBAL_ONLY',
  -    ],
       'mpmq' => [
         'AP_MPMQ_NOT_SUPPORTED',
         'AP_MPMQ_STATIC',
  @@ -194,6 +185,15 @@
         'AP_FTYPE_TRANSCODE',
         'AP_FTYPE_CONNECTION',
         'AP_FTYPE_NETWORK'
  +    ],
  +    'context' => [
  +      'NOT_IN_VIRTUALHOST',
  +      'NOT_IN_LIMIT',
  +      'NOT_IN_DIRECTORY',
  +      'NOT_IN_LOCATION',
  +      'NOT_IN_FILES',
  +      'NOT_IN_DIR_LOC_FILE',
  +      'GLOBAL_ONLY'
       ],
       'conn_keepalive' => [
         'AP_CONN_UNKNOWN',
  
  
  

Reply via email to