summaryrefslogtreecommitdiffstats
path: root/source/configure.developer
diff options
context:
space:
mode:
authorDavid O'Neill <dmo@samba.org>2000-11-14 15:26:53 +0000
committerDavid O'Neill <dmo@samba.org>2000-11-14 15:26:53 +0000
commitfbcf83140da1823e74f63227f0a95d07c6e76764 (patch)
tree3ca5d3de02c24b2dd340bb00352172fa2fe7ea3e /source/configure.developer
parent06e71c9f8be20b84e33e143c3d0b7904225efb45 (diff)
downloadsamba-fbcf83140da1823e74f63227f0a95d07c6e76764.tar.gz
samba-fbcf83140da1823e74f63227f0a95d07c6e76764.tar.xz
samba-fbcf83140da1823e74f63227f0a95d07c6e76764.zip
Changes from APPLIANCE_HEAD:
- merged Tim's vlp (virtual lp) test program. Enable it with -DDEVELOPER or by using ./configure.developer (source/include/smb.h source/configure.developer source/printing/lpq_parse.c source/param/loadparm.c testsuite/printing/.cvsignore testsuite/printing/Makefile.vlp testsuite/printing/vlp.c)
Diffstat (limited to 'source/configure.developer')
-rwxr-xr-xsource/configure.developer2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/configure.developer b/source/configure.developer
index e7c8831f62c..07ce9fcf12a 100755
--- a/source/configure.developer
+++ b/source/configure.developer
@@ -1,4 +1,4 @@
#!/bin/sh
-CFLAGS="-g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -DDEBUG_PASSWORD"
+CFLAGS="-g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -DDEBUG_PASSWORD -DDEVELOPER"
export CFLAGS
./configure $*