]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Update Xcode/VC++ config.h headers.
authorMichael R Sweet <msweet@msweet.org>
Sun, 30 Mar 2025 23:32:07 +0000 (19:32 -0400)
committerMichael R Sweet <msweet@msweet.org>
Sun, 30 Mar 2025 23:32:07 +0000 (19:32 -0400)
vcnet/config.h
xcode/config.h

index 0f79779e4744f2abb20e5ef9ccbf66c57badc021..c1df0c95ec7307d6f8b769bac755023490675f33 100644 (file)
@@ -406,6 +406,13 @@ typedef unsigned long useconds_t;
 /* #undef HAVE_TM_GMTOFF */
 
 
+/*
+ * Do we have the timegm function?
+ */
+
+/*#undef HAVE_TIMEGM */
+
+
 /*
  * Do we have getifaddrs()?
  */
index ec5b9a1013c706c9bd086d6649308f9576570e86..f3995667cd5b603a50e277b5bf08fd88f12fa202 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Configuration file for CUPS and Xcode.
  *
- * Copyright © 2021-2024 by OpenPrinting
+ * Copyright © 2021-2025 by OpenPrinting
  * Copyright © 2007-2019 by Apple Inc.
  * Copyright © 1997-2007 by Easy Software Products.
  *
 #define HAVE_TM_GMTOFF 1
 
 
+/*
+ * Do we have the timegm function?
+ */
+
+#define HAVE_TIMEGM 1
+
+
 /*
  * Do we have getifaddrs()?
  */