]> granicus.if.org Git - apache/commitdiff
Fixing the apr_shm_ and apr_rmm_ args back to a warning state was good.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 10 Jan 2002 02:58:10 +0000 (02:58 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 10 Jan 2002 02:58:10 +0000 (02:58 +0000)
  Enabling APR_HAS_SHARED_MEMORY again in the previous patch was bad.

  This can be toggled once we straighten out all the pointers into offsets.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92794 13f79535-47bb-0310-9956-ffa450edef68

modules/aaa/mod_auth_digest.c

index e82f04a3200df77a86730d79a3d8391e638e9736..243b29963ba1270667526d4bf159b08ca6cf974c 100644 (file)
 #include "apr_shm.h"
 #include "apr_rmm.h"
 
+/* Disable shmem until pools/init gets sorted out 
+ * remove following two lines when fixed 
+ */
 #undef APR_HAS_SHARED_MEMORY
-#define APR_HAS_SHARED_MEMORY 1
+#define APR_HAS_SHARED_MEMORY 0
 
 /* struct to hold the configuration info */