summaryrefslogtreecommitdiff
path: root/xcode/config.h
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2011-05-20 07:26:13 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2011-05-20 07:26:13 +0000
commit88f9aafc49f9c4feb55d1d10daa0e494c22946fc (patch)
treeb0084d66ec8925e4e7e04714ce2f59459413be93 /xcode/config.h
parent321d8d57dacf00e4ae19558dc9444519f4d9ade1 (diff)
Merge changes from CUPS 1.5b1-r9798.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@3275 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'xcode/config.h')
-rw-r--r--xcode/config.h13
1 files changed, 9 insertions, 4 deletions
diff --git a/xcode/config.h b/xcode/config.h
index fabfac8d1..6574617cc 100644
--- a/xcode/config.h
+++ b/xcode/config.h
@@ -21,8 +21,8 @@
* Version of software...
*/
-#define CUPS_SVERSION "CUPS v1.5svn"
-#define CUPS_MINIMAL "CUPS/1.5svn"
+#define CUPS_SVERSION "CUPS v1.5.0"
+#define CUPS_MINIMAL "CUPS/1.5.0"
/*
@@ -216,8 +216,6 @@
*/
#define HAVE_STRDUP 1
-#define HAVE_STRCASECMP 1
-#define HAVE_STRNCASECMP 1
#define HAVE_STRLCAT 1
#define HAVE_STRLCPY 1
@@ -230,6 +228,13 @@
/*
+ * Do we have the setpgid() function?
+ */
+
+#define HAVE_SETPGID 1
+
+
+/*
* Do we have the vsyslog() function?
*/