diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2005-04-22 22:27:14 +0000 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2005-04-22 22:27:14 +0000 |
commit | d8905e0db23f1e3cb0947c817b4e375544c0fe4f (patch) | |
tree | 993be69c59b8d0f66f19426a79cd635a7138e8b1 /nt/config.nt | |
parent | 5e222bcd7f28bd39e2cf7a3e7c2bc343feba9d0c (diff) | |
download | emacs-d8905e0db23f1e3cb0947c817b4e375544c0fe4f.tar.gz |
(HAVE_PWD_H): Undef.
Diffstat (limited to 'nt/config.nt')
-rw-r--r-- | nt/config.nt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nt/config.nt b/nt/config.nt index 56ec72a56a6..a41d6ecac4b 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 |