Explorar o código

Define LOCALSTATEDIR in orconfig.h

svn:r4171
Nick Mathewson %!s(int64=20) %!d(string=hai) anos
pai
achega
86e73d7005
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      configure.in

+ 2 - 0
configure.in

@@ -329,6 +329,8 @@ AC_SUBST(BINDIR)
 
 LOCALSTATEDIR=`eval echo $localstatedir`
 AC_SUBST(LOCALSTATEDIR)
+AC_DEFINE_UNQUOTED(LOCALSTATEDIR,"$LOCALSTATEDIR")
+AC_DEFINE([LOCALSTATEDIR], [], [Default location to store state files.])
 
 # Set CFLAGS _after_ all the above checks, since our warnings are stricter
 # than autoconf's macros like.