aboutsummaryrefslogtreecommitdiff
path: root/mod/services.cxx
blob: 77390111a7c2570af3f50ea1dd6a350c22279a24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// file      : mod/services.cxx -*- C++ -*-
// license   : MIT; see accompanying LICENSE file

#include <ap_config.h> // AP_MODULE_DECLARE_DATA

#include <web/apache/service.hxx>

#include <libbrep/types.hxx>
#include <libbrep/utility.hxx>

#include <mod/mod-repository-root.hxx>

static brep::repository_root mod;
web::apache::service AP_MODULE_DECLARE_DATA brep_module ("brep", mod);