From: Michael R Sweet Date: Sun, 30 Mar 2025 23:32:07 +0000 (-0400) Subject: Update Xcode/VC++ config.h headers. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c87f28db4dad9ce3e6ab6face6c3f6dd80799a7b;p=thirdparty%2Fcups.git Update Xcode/VC++ config.h headers. --- diff --git a/vcnet/config.h b/vcnet/config.h index 0f79779e47..c1df0c95ec 100644 --- a/vcnet/config.h +++ b/vcnet/config.h @@ -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()? */ diff --git a/xcode/config.h b/xcode/config.h index ec5b9a1013..f3995667cd 100644 --- a/xcode/config.h +++ b/xcode/config.h @@ -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. * @@ -334,6 +334,13 @@ #define HAVE_TM_GMTOFF 1 +/* + * Do we have the timegm function? + */ + +#define HAVE_TIMEGM 1 + + /* * Do we have getifaddrs()? */