mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 15:24:16 +01:00
28 lines
1.3 KiB
Bash
28 lines
1.3 KiB
Bash
prefix="@prefix@"
|
|
exec_prefix="@exec_prefix@"
|
|
sbindir="@sbindir@"
|
|
libdir="@libdir@"
|
|
sysconfdir="@sysconfdir@"
|
|
pkgsysconfdir="@pkgsysconfdir@"
|
|
localstatedir="@localstatedir@"
|
|
|
|
EXEEXT="@EXEEXT@"
|
|
|
|
SED="@SED@"
|
|
|
|
export GROONGA_HTTPD_MODULE_PATH="@abs_top_srcdir@/src/httpd/nginx-module"
|
|
export GROONGA_HTTPD_IN_TREE_INCLUDE_PATH="@abs_top_srcdir@/include"
|
|
export GROONGA_HTTPD_IN_TREE_LINK_PATH="@abs_top_builddir@/lib/.libs"
|
|
export GROONGA_HTTPD_PREFIX="${pkgsysconfdir}/httpd"
|
|
export GROONGA_HTTPD_BIN_PATH="${sbindir}/groonga-httpd${EXEEXT}"
|
|
export GROONGA_HTTPD_CONF_PATH="${pkgsysconfdir}/httpd/groonga-httpd.conf"
|
|
export GROONGA_HTTPD_ERROR_LOG_PATH="${localstatedir}/log/groonga/httpd/error.log"
|
|
export GROONGA_HTTPD_HTTP_LOG_PATH="${localstatedir}/log/groonga/httpd/access.log"
|
|
export GROONGA_HTTPD_GROONGA_LOG_PATH="${localstatedir}/log/groonga/httpd/groonga.log"
|
|
export GROONGA_HTTPD_GROONGA_QUERY_LOG_PATH="${localstatedir}/log/groonga/httpd/groonga-query.log"
|
|
export GROONGA_HTTPD_PID_PATH="${localstatedir}/run/groonga/groonga-httpd.pid"
|
|
export GROONGA_HTTPD_DEBUG="@grn_debug@"
|
|
export GROONGA_HTTPD_WITH_PCRE="@GRN_WITH_PCRE@"
|
|
export GROONGA_HTTPD_PCRE_CFLAGS="@PCRE_CFLAGS@"
|
|
export GROONGA_HTTPD_PCRE_LIBS_ONLY_L="@PCRE_LIBS_ONLY_L@"
|
|
export GROONGA_HTTPD_WITH_ZLIB="@GRN_WITH_ZLIB@"
|