X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/177c0ea74342272645959b82cf219faa0b3dba16..0d2794e36229828136ae5166563a36effb87dd82:/nt/config.nt diff --git a/nt/config.nt b/nt/config.nt index a9246c255e..a41d6ecac4 100644 --- a/nt/config.nt +++ b/nt/config.nt @@ -139,6 +139,7 @@ Boston, MA 02111-1307, USA. */ #undef HAVE_TERMIOS_H #undef HAVE_LIMITS_H #undef HAVE_STRING_H +#undef HAVE_PWD_H #undef STDC_HEADERS #undef TIME_WITH_SYS_TIME @@ -381,6 +382,8 @@ Boston, MA 02111-1307, USA. */ #define mktime emacs_mktime #endif +#define my_strftime nstrftime /* for strftime.c */ + /* The rest of the code currently tests the CPP symbol BSTRING. Override any claims made by the system-description files. Note that on some SCO version it is possible to have bcopy and not bcmp. */ @@ -466,3 +469,6 @@ extern char *getenv (); #define NO_RETURN /* nothing */ #endif #endif + +/* arch-tag: df720992-aa5a-499a-882d-958dc5eeb5e9 + (do not change this comment) */