diff options
| author | Thien-Thi Nguyen | 2005-04-22 22:31:15 +0000 |
|---|---|---|
| committer | Thien-Thi Nguyen | 2005-04-22 22:31:15 +0000 |
| commit | 47539b8564d46455d031f85a078e39292a4540eb (patch) | |
| tree | 1d01f00f6c928050bd42a336068b038c6221c80c /src/s | |
| parent | d8905e0db23f1e3cb0947c817b4e375544c0fe4f (diff) | |
| download | emacs-47539b8564d46455d031f85a078e39292a4540eb.tar.gz emacs-47539b8564d46455d031f85a078e39292a4540eb.zip | |
(HAVE_PWD_H): Define.
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/ms-w32.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h index 503c8547c69..709b32f1452 100644 --- a/src/s/ms-w32.h +++ b/src/s/ms-w32.h | |||
| @@ -230,6 +230,7 @@ Boston, MA 02111-1307, USA. */ | |||
| 230 | #undef HAVE_TERMIOS_H | 230 | #undef HAVE_TERMIOS_H |
| 231 | #define HAVE_LIMITS_H 1 | 231 | #define HAVE_LIMITS_H 1 |
| 232 | #define HAVE_STRING_H 1 | 232 | #define HAVE_STRING_H 1 |
| 233 | #define HAVE_PWD_H 1 | ||
| 233 | #define STDC_HEADERS 1 | 234 | #define STDC_HEADERS 1 |
| 234 | #define TIME_WITH_SYS_TIME 1 | 235 | #define TIME_WITH_SYS_TIME 1 |
| 235 | 236 | ||