Export configure variable localstatedir to C as define LOCALSTATEDIR.

So that it can be used for default values of some paths later on.

Michael
This commit is contained in:
Michael Adam 2010-01-13 00:16:02 +01:00
parent d6a247cc04
commit fb07cb380c

View File

@ -18,7 +18,8 @@
sbin_PROGRAMS = tinyproxy sbin_PROGRAMS = tinyproxy
AM_CPPFLAGS = \ AM_CPPFLAGS = \
-DSYSCONFDIR=\"${sysconfdir}\" -DSYSCONFDIR=\"${sysconfdir}\" \
-DLOCALSTATEDIR=\"${localstatedir}\"
tinyproxy_SOURCES = \ tinyproxy_SOURCES = \
acl.c acl.h \ acl.c acl.h \