git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84588
13f79535-47bb-0310-9956-
ffa450edef68
--- /dev/null
+
+DEPTH = ../../..
+topsrcdir = @topsrcdir@
+srcdir = @srcdir@
+VPATH = @srcdir@
+
+LTLIBRARY_NAME = libmpmt_beos.la
+LTLIBRARY_SOURCES = mpmt_beos.c scoreboard.c acceptlock.c mutex.c poll.c
+
+include $(topsrcdir)/build/ltlib.mk
--- /dev/null
+dnl ## XXX - Need a more thorough check of the proper flags to use
+
+if test "$MPM_NAME" = "mpmt_beos" ; then
+ ac_cv_enable_threads="yes"
+ AC_CACHE_SAVE
+
+ APACHE_FAST_OUTPUT(modules/mpm/$MPM_NAME/Makefile)
+fi
ap_daemons_limit = HARD_SERVER_LIMIT;
ap_threads_per_child = DEFAULT_THREADS_PER_CHILD;
ap_pid_fname = DEFAULT_PIDLOG;
- ap_scoreboard_fname = DEFAULT_SCOREBOARD;
ap_max_requests_per_child = DEFAULT_MAX_REQUESTS_PER_CHILD;
ap_mpmt_beos_set_maintain_connection_status(1);