]> granicus.if.org Git - apache/commit
Fix some build issues for dexter:
authorJeff Trawick <trawick@apache.org>
Wed, 26 Jul 2000 18:07:34 +0000 (18:07 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 26 Jul 2000 18:07:34 +0000 (18:07 +0000)
commitf34f4329b71d4976c3d59b2280bc8baa3afaa402
tree4d0740555fe3268213b273343da04d6f283d0676
parentd880f8af191de9488e63e2fafa055a1b962e4996
Fix some build issues for dexter:

. dexter/scoreboard.c needed apr_strings.h to get the right
  function prototypes

. main/mpm_common.c needed to recognize that we were building
  for dexter; otherwise, no ap_reclaim_child_processes() was
  compiled and linking failed

(It would be nice to standardize on which preprocessor symbols
are checked for...  mpmname_MPM seems nice enough.  Didn't the
check for symbol mpmname (no "_MPM") come with mpmt.c?)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85899 13f79535-47bb-0310-9956-ffa450edef68
server/mpm/dexter/scoreboard.c
server/mpm_common.c