summaryrefslogtreecommitdiff
path: root/mac
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>2005-04-24 06:01:22 +0000
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>2005-04-24 06:01:22 +0000
commitb671651fcd79233290729dbdb3f8f8c0ee1e7f72 (patch)
treee704ec5a560a2bdcb463ac09fb957cad5db1fd17 /mac
parent3fc2e2d99426966097dee7ad805b94955f3c7993 (diff)
downloademacs-b671651fcd79233290729dbdb3f8f8c0ee1e7f72.tar.gz
Define HAVE_PWD_H.
Diffstat (limited to 'mac')
-rw-r--r--mac/inc/s-mac.h2
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.