manoj       99/08/04 14:47:21

  Modified:    mpm/src/main http_core.c
  Log:
  Get rid of some already done TODOs.
  
  Revision  Changes    Path
  1.16      +0 -13     apache-2.0/mpm/src/main/http_core.c
  
  Index: http_core.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/mpm/src/main/http_core.c,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -d -u -r1.15 -r1.16
  --- http_core.c       1999/08/01 14:43:23     1.15
  +++ http_core.c       1999/08/04 21:47:20     1.16
  @@ -2279,8 +2279,6 @@
   { "HostnameLookups", set_hostname_lookups, NULL, ACCESS_CONF|RSRC_CONF, 
TAKE1,
     "\"on\" to enable, \"off\" to disable reverse DNS lookups, or \"double\" 
to "
     "enable double-reverse DNS lookups" },
  -/* TODO: User in MPM */
  -/* TODO: Group in MPM */
   { "ServerAdmin", set_server_string_slot,
     (void *)XtOffsetOf (server_rec, server_admin), RSRC_CONF, TAKE1,
     "The email address of the server administrator" },
  @@ -2294,9 +2292,6 @@
   { "ErrorLog", set_server_string_slot,
     (void *)XtOffsetOf (server_rec, error_fname), RSRC_CONF, TAKE1,
     "The filename of the error log" },
  -/* TODO: PidFile in MPM */
  -/* TODO: ScoreBoardFile in MPM */
  -/* TODO: LockFile in MPM */
   { "AccessConfig", set_server_string_slot,
     (void *)XtOffsetOf (server_rec, access_confname), RSRC_CONF, TAKE1,
     "The filename of the access config file" },
  @@ -2322,23 +2317,15 @@
     OR_OPTIONS, FLAG,
     "Whether or not to always use the canonical ServerName : Port when "
     "constructing URLs" },
  -/* TODO: StartServers in MPM */
  -/* TODO: MinSpareServers in MPM */
  -/* TODO: MaxSpareServers in MPM */
   /* TODOC: MaxServers is deprecated */
   /* TODOC: ServersSafetyLimit is deprecated */
  -/* TODO: MaxClients in MPM */
  -/* TODO: MaxRequestsPerChild in MPM */
   /* TODO: RlimitFoo should all be part of mod_cgi, not in the core */
   /* TODOC: BindAddress deprecated */
  -/* TODO: Listen in MPM */
   { "AddModule", add_module_command, NULL, RSRC_CONF, ITERATE,
     "The name of a module" },
   { "ClearModuleList", clear_module_list_command, NULL, RSRC_CONF, NO_ARGS, 
     NULL },
  -/* TODO: ThreadsPerChild in MPM */
   /* TODO: ListenBacklog in MPM */
  -/* TODO: CoreDumpDirectory belongs in MPM */
   { "Include", include_config, NULL, (RSRC_CONF | ACCESS_CONF), TAKE1,
     "Name of the config file to be included" },
   { "LogLevel", set_loglevel, NULL, RSRC_CONF, TAKE1,
  
  
  

Reply via email to