From: YAMAMOTO Mitsuharu Date: Sun, 24 Apr 2005 06:01:22 +0000 (+0000) Subject: Define HAVE_PWD_H. X-Git-Tag: ttn-vms-21-2-B4~789 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b671651fcd79233290729dbdb3f8f8c0ee1e7f72;p=emacs.git Define HAVE_PWD_H. --- 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.