* limitations under the License.
*/
-#ifndef _SKIPLIST_P_H
-#define _SKIPLIST_P_H
+#ifndef _AP_SKIPLIST_P_H
+#define _AP_SKIPLIST_P_H
#include "apr.h"
#include "apr_portable.h"
fi
APACHE_SUBST(MOD_MPM_EVENTOPT_LDADD)
-APACHE_MPM_MODULE(eventopt, $enable_mpm_eventopt, eventopt.lo fdqueue.lo equeue.lo skiplist.lo,[
+APACHE_MPM_MODULE(eventopt, $enable_mpm_eventopt, eventopt.lo fdqueue.lo equeue.lo ,[
AC_CHECK_FUNCS(pthread_kill)
], , [\$(MOD_MPM_EVENTOPT_LDADD)])
#include "equeue.h"
-#include "skiplist.h"
+#include "ap_skiplist.h"
#if HAVE_SERF
#include "mod_serf.h"
* can removed if/when needed.
*/
-#include "skiplist.h"
+#include "ap_skiplist.h"
#ifndef MIN
#define MIN(a,b) ((a<b)?(a):(b))