You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@hyperreal.org on 1998/06/29 21:06:19 UTC

cvs commit: apache-1.3/src/include compat.h

jim         98/06/29 12:06:19

  Modified:    src/include compat.h
  Log:
  Be backwards compatible
  
  Revision  Changes    Path
  1.11      +2 -0      apache-1.3/src/include/compat.h
  
  Index: compat.h
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/include/compat.h,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- compat.h	1998/05/28 22:09:46	1.10
  +++ compat.h	1998/06/29 19:06:18	1.11
  @@ -176,6 +176,7 @@
   #define is_fnmatch                     ap_is_fnmatch
   #define is_initial_req                 ap_is_initial_req
   #define is_matchexp                    ap_is_matchexp
  +#define is_table_empty                 ap_is_table_empty
   #define is_url                         ap_is_url
   #define keepalive_timeout              ap_keepalive_timeout
   #define kill_cleanup                   ap_kill_cleanup
  @@ -379,6 +380,7 @@
   #define table_add                      ap_table_add
   #define table_addn                     ap_table_addn
   #define table_do                       ap_table_do
  +#define table_elts                     ap_table_elts
   #define table_get                      ap_table_get
   #define table_merge                    ap_table_merge
   #define table_mergen                   ap_table_mergen