mirror of
https://github.com/samba-team/samba.git
synced 2024-12-29 11:21:54 +03:00
f9680a444b
- 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)
(This used to be commit fbcf83140d
)
5 lines
156 B
Bash
Executable File
5 lines
156 B
Bash
Executable File
#!/bin/sh
|
|
CFLAGS="-g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -DDEBUG_PASSWORD -DDEVELOPER"
|
|
export CFLAGS
|
|
./configure $*
|