diff options
| author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2005-04-22 22:31:15 +0000 |
|---|---|---|
| committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2005-04-22 22:31:15 +0000 |
| commit | 47539b8564d46455d031f85a078e39292a4540eb (patch) | |
| tree | 1d01f00f6c928050bd42a336068b038c6221c80c /src/s | |
| parent | d8905e0db23f1e3cb0947c817b4e375544c0fe4f (diff) | |
(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. */ #undef HAVE_TERMIOS_H #define HAVE_LIMITS_H 1 #define HAVE_STRING_H 1 +#define HAVE_PWD_H 1 #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 |
