cvs commit: apachen/src/main httpd.h

1998-01-22 Thread jim
jim 98/01/22 15:23:45

  Modified:src/main httpd.h
  Log:
  Work around CPP
  
  Revision  ChangesPath
  1.176 +1 -1  apachen/src/main/httpd.h
  
  Index: httpd.h
  ===
  RCS file: /export/home/cvs/apachen/src/main/httpd.h,v
  retrieving revision 1.175
  retrieving revision 1.176
  diff -u -r1.175 -r1.176
  --- httpd.h   1998/01/22 23:11:59 1.175
  +++ httpd.h   1998/01/22 23:23:41 1.176
  @@ -922,7 +922,7 @@
   /* The optimized timeout code only works if we're not MULTITHREAD and we're
* also not using a scoreboard file
*/
  -#if !defined (MULTITHREAD) 
  +#if !defined (MULTITHREAD)  \
   (defined (USE_MMAP_SCOREBOARD) || defined (USE_SHMGET_SCOREBOARD))
   #define OPTIMIZE_TIMEOUTS
   #endif
  
  
  


cvs commit: apachen/src/main httpd.h

1997-11-20 Thread jim
jim 97/11/19 16:42:39

  Modified:src  CHANGES
   src/main httpd.h
  Log:
  Bump up to 1.3b4-dev
  
  Revision  ChangesPath
  1.516 +2 -0  apachen/src/CHANGES
  
  Index: CHANGES
  ===
  RCS file: /export/home/cvs/apachen/src/CHANGES,v
  retrieving revision 1.515
  retrieving revision 1.516
  diff -u -r1.515 -r1.516
  --- CHANGES   1997/11/16 15:43:12 1.515
  +++ CHANGES   1997/11/20 00:42:32 1.516
  @@ -1,3 +1,5 @@
  +Changes with Apache 1.3b4
  +
   Changes with Apache 1.3b3
   
 *) WIN32: Work around brain-damaged spawn calls that can't deal
  
  
  
  1.168 +2 -2  apachen/src/main/httpd.h
  
  Index: httpd.h
  ===
  RCS file: /export/home/cvs/apachen/src/main/httpd.h,v
  retrieving revision 1.167
  retrieving revision 1.168
  diff -u -r1.167 -r1.168
  --- httpd.h   1997/11/20 00:37:25 1.167
  +++ httpd.h   1997/11/20 00:42:37 1.168
  @@ -348,7 +348,7 @@
* Example: Apache/1.1.0 MrWidget/0.1-alpha 
*/
   
  -#define SERVER_BASEVERSION Apache/1.3b3/* SEE COMMENTS ABOVE */
  +#define SERVER_BASEVERSION Apache/1.3b4-dev/* SEE COMMENTS ABOVE */
   #ifdef SERVER_SUBVERSION
   #define SERVER_VERSION   SERVER_BASEVERSION   SERVER_SUBVERSION
   #else
  @@ -359,7 +359,7 @@
   /* Numeric release version identifier: major minor bugfix betaseq
* Always increases along the same track as the source branch.
*/
  -#define APACHE_RELEASE 1030003
  +#define APACHE_RELEASE 1030004
   
   #define SERVER_PROTOCOL HTTP/1.1
   #ifndef SERVER_SUPPORT
  
  
  


cvs commit: apachen/src/main httpd.h

1997-10-17 Thread jim
jim 97/10/17 06:28:46

  Modified:src  CHANGES
   src/main httpd.h
  Log:
  Move back down to 1.3b2 for tagging
  
  Revision  ChangesPath
  1.466 +0 -2  apachen/src/CHANGES
  
  Index: CHANGES
  ===
  RCS file: /export/home/cvs/apachen/src/CHANGES,v
  retrieving revision 1.465
  retrieving revision 1.466
  diff -u -r1.465 -r1.466
  --- CHANGES   1997/10/16 22:38:35 1.465
  +++ CHANGES   1997/10/17 13:28:43 1.466
  @@ -1,5 +1,3 @@
  -Changes with Apache 1.3b3
  -
   Changes with Apache 1.3b2 (there is no 1.3b1)
   
 *) TestCompile was not passing $LIBS [Dean Gaudet]
  
  
  
  1.159 +1 -1  apachen/src/main/httpd.h
  
  Index: httpd.h
  ===
  RCS file: /export/home/cvs/apachen/src/main/httpd.h,v
  retrieving revision 1.158
  retrieving revision 1.159
  diff -u -r1.158 -r1.159
  --- httpd.h   1997/10/16 22:38:37 1.158
  +++ httpd.h   1997/10/17 13:28:45 1.159
  @@ -342,7 +342,7 @@
* Example: Apache/1.1.0 MrWidget/0.1-alpha 
*/
   
  -#define SERVER_BASEVERSION Apache/1.3b3-dev/* SEE COMMENTS ABOVE */
  +#define SERVER_BASEVERSION Apache/1.3b2/* SEE COMMENTS ABOVE */
   #ifdef SERVER_SUBVERSION
   #define SERVER_VERSION   SERVER_BASEVERSION   SERVER_SUBVERSION
   #else
  
  
  


cvs commit: apachen/src/main httpd.h

1997-10-17 Thread jim
jim 97/10/17 06:37:29

  Modified:src  CHANGES
   src/main httpd.h
  Log:
  Tagging (APACHE_1_3b2) done; back to 1.3b3-dev
  
  Revision  ChangesPath
  1.467 +2 -0  apachen/src/CHANGES
  
  Index: CHANGES
  ===
  RCS file: /export/home/cvs/apachen/src/CHANGES,v
  retrieving revision 1.466
  retrieving revision 1.467
  diff -u -r1.466 -r1.467
  --- CHANGES   1997/10/17 13:28:43 1.466
  +++ CHANGES   1997/10/17 13:37:27 1.467
  @@ -1,3 +1,5 @@
  +Changes with Apache 1.3b3
  +
   Changes with Apache 1.3b2 (there is no 1.3b1)
   
 *) TestCompile was not passing $LIBS [Dean Gaudet]
  
  
  
  1.160 +1 -1  apachen/src/main/httpd.h
  
  Index: httpd.h
  ===
  RCS file: /export/home/cvs/apachen/src/main/httpd.h,v
  retrieving revision 1.159
  retrieving revision 1.160
  diff -u -r1.159 -r1.160
  --- httpd.h   1997/10/17 13:28:45 1.159
  +++ httpd.h   1997/10/17 13:37:28 1.160
  @@ -342,7 +342,7 @@
* Example: Apache/1.1.0 MrWidget/0.1-alpha 
*/
   
  -#define SERVER_BASEVERSION Apache/1.3b2/* SEE COMMENTS ABOVE */
  +#define SERVER_BASEVERSION Apache/1.3b3-dev/* SEE COMMENTS ABOVE */
   #ifdef SERVER_SUBVERSION
   #define SERVER_VERSION   SERVER_BASEVERSION   SERVER_SUBVERSION
   #else
  
  
  


cvs commit: apachen/src/main httpd.h

1997-10-08 Thread Dean Gaudet
dgaudet 97/10/08 01:42:57

  Modified:src/main httpd.h
  Log:
  Rolling 1.3b1.
  
  Revision  ChangesPath
  1.154 +1 -1  apachen/src/main/httpd.h
  
  Index: httpd.h
  ===
  RCS file: /export/home/cvs/apachen/src/main/httpd.h,v
  retrieving revision 1.153
  retrieving revision 1.154
  diff -u -r1.153 -r1.154
  --- httpd.h   1997/10/07 20:05:02 1.153
  +++ httpd.h   1997/10/08 08:42:55 1.154
  @@ -342,7 +342,7 @@
* Example: Apache/1.1.0 MrWidget/0.1-alpha 
*/
   
  -#define SERVER_BASEVERSION Apache/1.3b1-dev/* SEE COMMENTS ABOVE */
  +#define SERVER_BASEVERSION Apache/1.3b1/* SEE COMMENTS ABOVE */
   #ifdef SERVER_SUBVERSION
   #define SERVER_VERSION   SERVER_BASEVERSION   SERVER_SUBVERSION
   #else
  
  
  


cvs commit: apachen/src/main httpd.h

1997-10-08 Thread Dean Gaudet
dgaudet 97/10/08 01:46:03

  Modified:src/main httpd.h
  Log:
  oh foo whatever I think this is right
  
  Revision  ChangesPath
  1.155 +1 -1  apachen/src/main/httpd.h
  
  Index: httpd.h
  ===
  RCS file: /export/home/cvs/apachen/src/main/httpd.h,v
  retrieving revision 1.154
  retrieving revision 1.155
  diff -u -r1.154 -r1.155
  --- httpd.h   1997/10/08 08:42:55 1.154
  +++ httpd.h   1997/10/08 08:46:01 1.155
  @@ -353,7 +353,7 @@
   /* Numeric release version identifier: major minor bugfix betaseq
* Always increases along the same track as the source branch.
*/
  -#define APACHE_RELEASE 103
  +#define APACHE_RELEASE 1030001
   
   #define SERVER_PROTOCOL HTTP/1.1
   #ifndef SERVER_SUPPORT
  
  
  


cvs commit: apachen/src/main httpd.h

1997-10-07 Thread Dean Gaudet
dgaudet 97/10/06 23:24:57

  Modified:src/main httpd.h
  Log:
  yet more __attribute__ goodness, let gcc lint us better
  
  Revision  ChangesPath
  1.151 +2 -1  apachen/src/main/httpd.h
  
  Index: httpd.h
  ===
  RCS file: /export/home/cvs/apachen/src/main/httpd.h,v
  retrieving revision 1.150
  retrieving revision 1.151
  diff -u -r1.150 -r1.151
  --- httpd.h   1997/09/26 03:52:10 1.150
  +++ httpd.h   1997/10/07 06:24:55 1.151
  @@ -883,7 +883,8 @@
   /*
* Redefine assert() to something more useful for an Apache...
*/
  -API_EXPORT(void) log_assert(const char *szExp, const char *szFile, int 
nLine);
  +API_EXPORT(void) log_assert(const char *szExp, const char *szFile, int nLine)
  + __attribute__((noreturn));
   #define ap_assert(exp) (void)( (exp) || (log_assert(#exp, __FILE__, 
__LINE__), 0) )
   
   /* The optimized timeout code only works if we're not MULTITHREAD and we're
  
  
  


cvs commit: apachen/src/main httpd.h

1997-09-12 Thread Dean Gaudet
dgaudet 97/09/12 15:39:02

  Modified:src/main httpd.h
  Log:
  yet another #ifndef wrapper
  
  Revision  ChangesPath
  1.148 +2 -0  apachen/src/main/httpd.h
  
  Index: httpd.h
  ===
  RCS file: /export/home/cvs/apachen/src/main/httpd.h,v
  retrieving revision 1.147
  retrieving revision 1.148
  diff -u -r1.147 -r1.148
  --- httpd.h   1997/09/07 15:39:48 1.147
  +++ httpd.h   1997/09/12 22:38:59 1.148
  @@ -88,7 +88,9 @@
   #endif /* DOCUMENT_LOCATION */
   
   /* Max. number of dynamically loaded modules */
  +#ifndef DYNAMIC_MODULE_LIMIT
   #define DYNAMIC_MODULE_LIMIT 64
  +#endif
   
   /* Default administrator's address */
   #define DEFAULT_ADMIN [no address given]
  
  
  


cvs commit: apachen/src/main httpd.h

1997-09-07 Thread Jim Jagielski
jim 97/09/07 08:39:49

  Modified:src/main httpd.h
  Log:
  Reflect the fact that we are working on 1.3b1
  
  Revision  ChangesPath
  1.147 +1 -1  apachen/src/main/httpd.h
  
  Index: httpd.h
  ===
  RCS file: /export/home/cvs/apachen/src/main/httpd.h,v
  retrieving revision 1.146
  retrieving revision 1.147
  diff -u -r1.146 -r1.147
  --- httpd.h   1997/08/27 05:45:37 1.146
  +++ httpd.h   1997/09/07 15:39:48 1.147
  @@ -353,7 +353,7 @@
* Example: Apache/1.1.0 MrWidget/0.1-alpha 
*/
   
  -#define SERVER_BASEVERSION Apache/1.3a2-dev /* SEE COMMENTS ABOVE */
  +#define SERVER_BASEVERSION Apache/1.3b1-dev /* SEE COMMENTS ABOVE */
   #ifdef SERVER_SUBVERSION
   #define SERVER_VERSION   SERVER_BASEVERSION   SERVER_SUBVERSION
   #else