Add HAVE__GMTIME, HAVE__GMTIME_S, HAVE__GMTIME32, HAVE__GMTIME32_S, HAVE__GMTIME64, HAVE__GMTIME64_S (GH PR #35)
This commit is contained in:
parent
ad176f5bd4
commit
a6081c13f4
13
libbuild2-autoconf/libbuild2/autoconf/checks/HAVE__GMTIME.h
Normal file
13
libbuild2-autoconf/libbuild2/autoconf/checks/HAVE__GMTIME.h
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
// HAVE__GMTIME : BUILD2_AUTOCONF_LIBC_VERSION
|
||||||
|
|
||||||
|
#ifndef BUILD2_AUTOCONF_LIBC_VERSION
|
||||||
|
# error BUILD2_AUTOCONF_LIBC_VERSION appears to be conditionally included
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#undef HAVE__GMTIME
|
||||||
|
|
||||||
|
/* Win32
|
||||||
|
*/
|
||||||
|
#if defined(_WIN32)
|
||||||
|
# define HAVE__GMTIME 1
|
||||||
|
#endif
|
@ -0,0 +1,13 @@
|
|||||||
|
// HAVE__GMTIME32 : BUILD2_AUTOCONF_LIBC_VERSION
|
||||||
|
|
||||||
|
#ifndef BUILD2_AUTOCONF_LIBC_VERSION
|
||||||
|
# error BUILD2_AUTOCONF_LIBC_VERSION appears to be conditionally included
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#undef HAVE__GMTIME32
|
||||||
|
|
||||||
|
/* Win32
|
||||||
|
*/
|
||||||
|
#if defined(_WIN32)
|
||||||
|
# define HAVE__GMTIME32 1
|
||||||
|
#endif
|
@ -0,0 +1,13 @@
|
|||||||
|
// HAVE__GMTIME32_S : BUILD2_AUTOCONF_LIBC_VERSION
|
||||||
|
|
||||||
|
#ifndef BUILD2_AUTOCONF_LIBC_VERSION
|
||||||
|
# error BUILD2_AUTOCONF_LIBC_VERSION appears to be conditionally included
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#undef HAVE__GMTIME32_S
|
||||||
|
|
||||||
|
/* Win32
|
||||||
|
*/
|
||||||
|
#if defined(_WIN32)
|
||||||
|
# define HAVE__GMTIME32_S 1
|
||||||
|
#endif
|
@ -0,0 +1,13 @@
|
|||||||
|
// HAVE__GMTIME64 : BUILD2_AUTOCONF_LIBC_VERSION
|
||||||
|
|
||||||
|
#ifndef BUILD2_AUTOCONF_LIBC_VERSION
|
||||||
|
# error BUILD2_AUTOCONF_LIBC_VERSION appears to be conditionally included
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#undef HAVE__GMTIME64
|
||||||
|
|
||||||
|
/* Win32
|
||||||
|
*/
|
||||||
|
#if defined(_WIN32)
|
||||||
|
# define HAVE__GMTIME64 1
|
||||||
|
#endif
|
@ -0,0 +1,13 @@
|
|||||||
|
// HAVE__GMTIME64_S : BUILD2_AUTOCONF_LIBC_VERSION
|
||||||
|
|
||||||
|
#ifndef BUILD2_AUTOCONF_LIBC_VERSION
|
||||||
|
# error BUILD2_AUTOCONF_LIBC_VERSION appears to be conditionally included
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#undef HAVE__GMTIME64_S
|
||||||
|
|
||||||
|
/* Win32
|
||||||
|
*/
|
||||||
|
#if defined(_WIN32)
|
||||||
|
# define HAVE__GMTIME64_S 1
|
||||||
|
#endif
|
@ -0,0 +1,13 @@
|
|||||||
|
// HAVE__GMTIME_S : BUILD2_AUTOCONF_LIBC_VERSION
|
||||||
|
|
||||||
|
#ifndef BUILD2_AUTOCONF_LIBC_VERSION
|
||||||
|
# error BUILD2_AUTOCONF_LIBC_VERSION appears to be conditionally included
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#undef HAVE__GMTIME_S
|
||||||
|
|
||||||
|
/* Win32
|
||||||
|
*/
|
||||||
|
#if defined(_WIN32)
|
||||||
|
# define HAVE__GMTIME_S 1
|
||||||
|
#endif
|
Loading…
Reference in New Issue
Block a user