1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-26 10:49:33 +00:00

Add STRFTIME_NO_POSIX2.

This commit is contained in:
Jason Rumney 2002-03-13 23:04:39 +00:00
parent 6e396aa646
commit cad19b50d5
2 changed files with 3 additions and 0 deletions

View File

@ -239,6 +239,8 @@ Boston, MA 02111-1307, USA. */
#undef HAVE_GETCWD
#undef HAVE_SHUTDOWN
#undef HAVE_STRFTIME
/* Standard Windows strftime does not support POSIX.2 extensions. */
#define STRFTIME_NO_POSIX2 1
#define LOCALTIME_CACHE
#undef HAVE_INET_SOCKETS

View File

@ -293,6 +293,7 @@ Boston, MA 02111-1307, USA. */
#undef HAVE_GETWD
#undef HAVE_SHUTDOWN
#undef HAVE_STRFTIME
#undef STRFTIME_NO_POSIX2
#undef HAVE_GETADDRINFO
#undef HAVE___FPENDING
#undef HAVE_FSEEKO