From c87f28db4dad9ce3e6ab6face6c3f6dd80799a7b Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sun, 30 Mar 2025 19:32:07 -0400 Subject: [PATCH] Update Xcode/VC++ config.h headers. --- vcnet/config.h | 7 +++++++ xcode/config.h | 9 ++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) 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()? */ -- 2.47.2