]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
axe unused mpm_default definitions
authorJeff Trawick <trawick@apache.org>
Sat, 26 Mar 2011 18:51:30 +0000 (18:51 +0000)
committerJeff Trawick <trawick@apache.org>
Sat, 26 Mar 2011 18:51:30 +0000 (18:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1085782 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/netware/mpm_default.h
server/mpm/winnt/mpm_default.h

index 80c97e08ada01803cd0dfcbae3c332c4c3df4b66..0314c4302a19df84683246d79803b41a47f177c4 100644 (file)
 #ifndef APACHE_MPM_DEFAULT_H
 #define APACHE_MPM_DEFAULT_H
 
-/* Number of servers to spawn off by default --- also, if fewer than
- * this free when the caretaker checks, it will spawn more.
- */
-#ifndef DEFAULT_START_DAEMON
-#define DEFAULT_START_DAEMON 1
-#endif
-
-/* Maximum number of *free* server processes --- more than this, and
- * they will die off.
- */
-
-#ifndef DEFAULT_MAX_FREE_DAEMON
-#define DEFAULT_MAX_FREE_DAEMON 1
-#endif
-
-/* Minimum --- fewer than this, and more will be created */
-
-#ifndef DEFAULT_MIN_FREE_DAEMON
-#define DEFAULT_MIN_FREE_DAEMON 1
-#endif
-
 /* Limit on the threads per process.  Clients will be locked out if more than
  * this  * HARD_SERVER_LIMIT are needed.
  *
index 4defd2e6c7c0b264e5d1dee8b574003f6137f195..7708b9237be74518a37b27cb47a727df16dd2f22 100644 (file)
  */
 #define HARD_SERVER_LIMIT 1
 
-/* Number of servers to spawn off by default
- */
-#ifndef DEFAULT_NUM_DAEMON
-#define DEFAULT_NUM_DAEMON 1
-#endif
-
 /* Check for definition of DEFAULT_REL_RUNTIMEDIR */
 #ifndef DEFAULT_REL_RUNTIMEDIR
 #define DEFAULT_REL_RUNTIMEDIR "logs"