[or-cvs] Define LOCALSTATEDIR in orconfig.h

Nick Mathewson nickm at seul.org
Tue May 3 00:37:28 UTC 2005


Update of /home/or/cvsroot/tor
In directory moria.mit.edu:/tmp/cvs-serv31085

Modified Files:
	configure.in 
Log Message:
Define LOCALSTATEDIR in orconfig.h

Index: configure.in
===================================================================
RCS file: /home/or/cvsroot/tor/configure.in,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -d -r1.187 -r1.188
--- configure.in	28 Apr 2005 16:11:39 -0000	1.187
+++ configure.in	3 May 2005 00:37:25 -0000	1.188
@@ -329,6 +329,8 @@
 
 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.



More information about the tor-commits mailing list