summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsource/configure.developer2
-rw-r--r--source/include/smb.h7
-rw-r--r--testsuite/printing/.cvsignore1
-rw-r--r--testsuite/printing/README.vlp2
4 files changed, 10 insertions, 2 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 $*
diff --git a/source/include/smb.h b/source/include/smb.h
index b1efb4260a5..7a7996bb7a0 100644
--- a/source/include/smb.h
+++ b/source/include/smb.h
@@ -1412,7 +1412,12 @@ enum server_types
/* printing types */
enum printing_types {PRINT_BSD,PRINT_SYSV,PRINT_AIX,PRINT_HPUX,
- PRINT_QNX,PRINT_PLP,PRINT_LPRNG,PRINT_SOFTQ,PRINT_CUPS,PRINT_LPRNT,PRINT_LPROS2};
+ PRINT_QNX,PRINT_PLP,PRINT_LPRNG,PRINT_SOFTQ,
+ PRINT_CUPS,PRINT_LPRNT,PRINT_LPROS2
+#ifdef DEVELOPER
+,PRINT_TEST,PRINT_VLP
+#endif /* DEVELOPER */
+};
/* Remote architectures we know about. */
enum remote_arch_types {RA_UNKNOWN, RA_WFWG, RA_OS2, RA_WIN95, RA_WINNT, RA_WIN2K, RA_SAMBA};
diff --git a/testsuite/printing/.cvsignore b/testsuite/printing/.cvsignore
index cdbd566c2d4..392f2777686 100644
--- a/testsuite/printing/.cvsignore
+++ b/testsuite/printing/.cvsignore
@@ -1 +1,2 @@
+vlp
psec
diff --git a/testsuite/printing/README.vlp b/testsuite/printing/README.vlp
new file mode 100644
index 00000000000..e3cf31c7e40
--- /dev/null
+++ b/testsuite/printing/README.vlp
@@ -0,0 +1,2 @@
+This file should contain some documentation on using the virtual
+line printer test program.