changeset 61781:96fbfd1179f3

Define HAVE_PWD_H.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Sun, 24 Apr 2005 06:01:22 +0000
parents ee81206f1c6b
children 5d27eef91c1e
files mac/inc/s-mac.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mac/inc/s-mac.h	Sun Apr 24 06:00:57 2005 +0000
+++ b/mac/inc/s-mac.h	Sun Apr 24 06:01:22 2005 +0000
@@ -96,6 +96,8 @@
 
 /* #define HAVE_PTYS */
 
+#define HAVE_PWD_H 1
+
 /*
  *	Define NONSYSTEM_DIR_LIBRARY to make Emacs emulate
  *      The 4.2 opendir, etc., library functions.