#endif
#ifdef NETWARE
- // If top_module is not NULL then APACHEC was not exited cleanly
- // and is in a bad state. Simply clean up and exit.
+ /* If top_module is not NULL then APACHEC was not exited cleanly
+ * and is in a bad state. Simply clean up and exit.
+ */
check_clean_load (top_module);
init_name_space();
signal(SIGTERM, signal_handler);
}
}
#elif defined(NETWARE)
- // Need something here!!! Spawn????
+ /* Need something here!!! Spawn???? */
#elif defined(OS2)
/* IBM OS/2 */
execl(SHELL_PATH, SHELL_PATH, "/c", (char *)cmd, NULL);
char port[8];
- // For some reason r->server->port always return 80 rather than
- // the current port. So for now we will get it straight from
- // the horses mouth.
- // itoa(r->server->port, port, 10);
+ /* For some reason r->server->port always return 80 rather than
+ * the current port. So for now we will get it straight from
+ * the horses mouth.
+ */
+ /* itoa(r->server->port, port, 10); */
itoa(ntohs(((r->connection)->local_addr).sin_port), port, 10);
s_secure = ap_table_get(sc->sltable, port);
"COM4", "LPT1", "LPT2", "LPT3", "PRN", "NUL", NULL
};
- // First check to make sure that we have a file so that we don't abend
+ /* First check to make sure that we have a file so that we don't abend */
if (file == NULL)
return 0;