summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2007-09-14 02:27:22 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2007-09-14 02:27:22 +0000
commitdb1f069b7f02a8e17a9e4abf8f182530b882c6c9 (patch)
tree9d1371a56b0ef8f51d62db6ebfe74e5a8534ffe5 /config.h.in
parent76cd9e37aaf496aab887d499f4917b60e91d6d25 (diff)
Merge changes from CUPS 1.3.1.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@470 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in11
1 files changed, 9 insertions, 2 deletions
diff --git a/config.h.in b/config.h.in
index b59bfd0ab..4c4a21714 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1,5 +1,5 @@
/*
- * "$Id: config.h.in 6755 2007-08-01 19:02:47Z mike $"
+ * "$Id: config.h.in 6878 2007-08-29 17:22:26Z mike $"
*
* Configuration file for the Common UNIX Printing System (CUPS).
*
@@ -524,6 +524,13 @@
/*
+ * Do we have <sys/param.h>?
+ */
+
+#undef HAVE_SYS_PARAM_H
+
+
+/*
* Do we have <sys/ucred.h>?
*/
@@ -540,5 +547,5 @@
#endif /* !_CUPS_CONFIG_H_ */
/*
- * End of "$Id: config.h.in 6755 2007-08-01 19:02:47Z mike $".
+ * End of "$Id: config.h.in 6878 2007-08-29 17:22:26Z mike $".
*/