X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=nt%2Fconfig.h;h=78f8e6c876fd9a7369fd5560fbb3150ad8acb991;hb=5adee1a44654464bbe3928edcca9ec1744ed45b2;hp=6dd1f1c76c62045d56ccdff97bbf08ea22d0a851;hpb=98a6e4055a1fa624c592ac06f79287d55196ca37;p=chise%2Fxemacs-chise.git.1 diff --git a/nt/config.h b/nt/config.h index 6dd1f1c..78f8e6c 100644 --- a/nt/config.h +++ b/nt/config.h @@ -150,7 +150,6 @@ Boston, MA 02111-1307, USA. */ #undef HAVE_MACH_MACH_H #undef HAVE_SYS_TIMEB_H #undef HAVE_UNISTD_H -#undef HAVE_UTIME_H #undef HAVE_SYS_WAIT_H #undef HAVE_LIBGEN_H #undef WORDS_BIGENDIAN @@ -175,9 +174,6 @@ Boston, MA 02111-1307, USA. */ /* Define if `sys_siglist' is declared by . */ #undef SYS_SIGLIST_DECLARED -/* Define if `struct utimbuf' is declared by . */ -#undef HAVE_STRUCT_UTIMBUF - /* Define if `struct timeval' is declared by . */ #define HAVE_TIMEVAL @@ -258,6 +254,7 @@ Boston, MA 02111-1307, USA. */ #undef HAVE_SIGSETJMP #define HAVE_STRERROR #undef HAVE_TZSET +#undef HAVE_UTIME #undef HAVE_UTIMES #undef HAVE_WAITPID #undef HAVE_VSNPRINTF @@ -613,6 +610,10 @@ on various systems. */ /* 'expression' : signed/unsigned mismatch */ #pragma warning ( disable : 4018 ) +/* unnamed type definition in parentheses + (Martin added a pedantically correct definition of ALIGNOF, which + generates temporary anonymous structures, and MSVC complains) */ +#pragma warning ( disable : 4116 ) #endif /* compiler understands #pragma warning*/