blob: 231a2cbe2ef978d9fa6902f1c3398b846f8a0b41 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- contrib/libs/cctz/src/time_zone_format.cc (index)
+++ contrib/libs/cctz/src/time_zone_format.cc (working tree)
@@ -18,12 +18,6 @@
# endif
#endif
-#if defined(HAS_STRPTIME) && HAS_STRPTIME
-# if !defined(_XOPEN_SOURCE) && !defined(__FreeBSD__) && !defined(__OpenBSD__)
-# define _XOPEN_SOURCE 500 // Exposes definitions for SUSv2 (UNIX 98).
-# endif
-#endif
-
#include "cctz/time_zone.h"
// Include time.h directly since, by C++ standards, ctime doesn't have to
|