git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@759682
13f79535-47bb-0310-9956-
ffa450edef68
* and must be listed in order.
*/
-#ifdef UTS21
-/* The second const triggers an assembler bug on UTS 2.1.
- * Another workaround is to move some code out of this file into another,
- * but this is easier. Dave Dykstra, 3/31/99
- */
-static const char * status_lines[RESPONSE_CODES] =
-#else
static const char * const status_lines[RESPONSE_CODES] =
-#endif
{
"100 Continue",
"101 Switching Protocols",
static pid_t ap_my_pid; /* it seems silly to call getpid all the time */
static pid_t parent_pid;
-#ifndef MULTITHREAD
static int my_child_num;
-#endif
static ap_generation_t volatile my_generation=0;
static volatile int die_now = 0;