diff options
author | Brian Cully <bjc@kublai.com> | 2008-04-14 21:54:00 -0400 |
---|---|---|
committer | Brian Cully <github.20.shmit@spamgourmet.com> | 2008-04-14 21:54:00 -0400 |
commit | 79d65188b1c1578a36403c0e5756c81dcc93d816 (patch) | |
tree | 2903ed400cd0ebd13350397d402c1d9d5b9f869d /Makefiles/.svn/text-base/config.svn-base | |
parent | 6ba98a9f9f48e13738d9736cba9c45b5e94f42f2 (diff) | |
download | nastd-79d65188b1c1578a36403c0e5756c81dcc93d816.tar.gz nastd-79d65188b1c1578a36403c0e5756c81dcc93d816.zip |
Remove svn files
Diffstat (limited to 'Makefiles/.svn/text-base/config.svn-base')
-rw-r--r-- | Makefiles/.svn/text-base/config.svn-base | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/Makefiles/.svn/text-base/config.svn-base b/Makefiles/.svn/text-base/config.svn-base deleted file mode 100644 index 813b4ca..0000000 --- a/Makefiles/.svn/text-base/config.svn-base +++ /dev/null @@ -1,44 +0,0 @@ -# $Id: config,v 1.24 2001/11/09 15:54:37 shmit Exp $ -# -# Add -DSHADOW to OPTFLAGS if you want to use have shadow passwords. - -# Where to place things. -#PREFIX= /opt -PREFIX= /home/shmit -BINDIR= ${PREFIX}/bin -SBINDIR= ${PREFIX}/sbin -DATADIR= ${PREFIX}/libdata/nast -INCDIR= ${PREFIX}/include -LIBDIR= ${PREFIX}/lib -SRCDIR= . - -# Set this to NO if you don't want the perl library built. -PERL= NO - -# Purify options -#PURIFY= purify - -# MySQL library and include file location. -MYSQL_INCDIR= /local/include -MYSQL_LIBDIR= /local/lib - -# Generic Database configuration. -DBUSER= \"root\" -DBPASS= NULL -#DBPASS= \"h4x0rZ,uhb0und!\" -DBHOST= NULL -#DBHOST= \"mysql.dev.rcn.net\" -DBNAME= \"password\" -DBTBL= \"master\" -DBSELECT= "\"SELECT %s FROM %s WHERE %s='%s'"\" - -# Location of Objective C include files. -OBJCINC= -I/local/include/objc - -# Debugging flags. -DEBUGFLAGS= -g -DTEST -DVERBOSE -Wall -Werror -#DEBUGFLAGS= -DTEST -DVERBOSE -#PROFFLAGS= -pg - -# Optimization flags to the C compiler. -#OPTFLAGS= -O |