]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Update config header files.
authorMichael R Sweet <msweet@msweet.org>
Mon, 1 Feb 2021 20:29:04 +0000 (15:29 -0500)
committerMichael R Sweet <msweet@msweet.org>
Mon, 1 Feb 2021 20:48:28 +0000 (15:48 -0500)
vcnet/config.h
xcode/config.h

index 05d36dcfcc949bb01172fb4813f08f1482a7de7b..165a28d61dedeb22b4c6231f2775bbee4a39c441 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Configuration file for CUPS on Windows.
  *
+ * Copyright © 2021 by Michael R Sweet
  * Copyright © 2007-2019 by Apple Inc.
  * Copyright © 1997-2007 by Easy Software Products.
  *
 #define open           _open
 #define read           _read
 #define rmdir          _rmdir
+#define snprintf       _snprintf
 #define strdup         _strdup
 #define unlink         _unlink
+#define vsnprintf      _vsnprintf
 #define write          _write
 
 
@@ -97,8 +100,8 @@ typedef unsigned long useconds_t;
  * Version of software...
  */
 
-#define CUPS_SVERSION "CUPS v2.3.3op1"
-#define CUPS_MINIMAL "CUPS/2.3.3op1"
+#define CUPS_SVERSION "CUPS v2.3.3op2"
+#define CUPS_MINIMAL "CUPS/2.3.3op2"
 
 
 /*
@@ -345,9 +348,8 @@ typedef unsigned long useconds_t;
  * Do we have the (v)snprintf() functions?
  */
 
-/* Windows snprintf/vsnprintf are non-conforming */
-/* #undef HAVE_SNPRINTF */
-/* #undef HAVE_VSNPRINTF */
+#define HAVE_SNPRINTF 1
+#define HAVE_VSNPRINTF 1
 
 
 /*
index 5f8117467107c2397a304c1652f3cf27f8379ebb..13ae01fe8f7223d9ba5e7f1be0b097242b063e2c 100644 (file)
@@ -1,8 +1,9 @@
 /*
  * Configuration file for CUPS and Xcode.
  *
- * Copyright 2007-2019 by Apple Inc.
- * Copyright 1997-2007 by Easy Software Products.
+ * Copyright © 2021 by Michael R Sweet
+ * Copyright © 2007-2019 by Apple Inc.
+ * Copyright © 1997-2007 by Easy Software Products.
  *
  * Licensed under Apache License v2.0.  See the file "LICENSE" for more information.
  */
@@ -18,8 +19,8 @@
  * Version of software...
  */
 
-#define CUPS_SVERSION "CUPS v2.3.3op1"
-#define CUPS_MINIMAL "CUPS/2.3.3op1"
+#define CUPS_SVERSION "CUPS v2.3.3op2"
+#define CUPS_MINIMAL "CUPS/2.3.3op2"
 
 
 /*