diff options
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2005-04-24 06:01:22 +0000 |
---|---|---|
committer | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2005-04-24 06:01:22 +0000 |
commit | f988b02b73ea52f9027035a6f01beb87065bbe83 (patch) | |
tree | f0e88e7c67c084bdfb75b55b2e7b4e56c391247a /mac | |
parent | 6f99fbfcf76f6ca94d7eba57717c3efbef176963 (diff) | |
download | emacs-f988b02b73ea52f9027035a6f01beb87065bbe83.tar.gz |
Define HAVE_PWD_H.
Diffstat (limited to 'mac')
-rw-r--r-- | mac/inc/s-mac.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mac/inc/s-mac.h b/mac/inc/s-mac.h index a9108a67ca5..56f4df5941c 100644 --- a/mac/inc/s-mac.h +++ b/mac/inc/s-mac.h @@ -96,6 +96,8 @@ Boston, MA 02111-1307, USA. */ /* #define HAVE_PTYS */ +#define HAVE_PWD_H 1 + /* * Define NONSYSTEM_DIR_LIBRARY to make Emacs emulate * The 4.2 opendir, etc., library functions. |