blob: f426392920b232976d2764898cdb8a24d707ea0c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- include/includes.h.orig Sat Oct 13 17:09:21 2001
+++ include/includes.h Fri Jan 11 22:12:06 2002
@@ -27,6 +27,11 @@
#include "local.h"
+#ifdef __FreeBSD__
+#define DEFAULT_PRINTING PRINT_BSD
+#define PRINTCAP_NAME "/etc/printcap"
+#endif /* __FreeBSD__ */
+
#ifdef AIX
#define DEFAULT_PRINTING PRINT_AIX
#define PRINTCAP_NAME "/etc/qconfig"
|