]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove reference to defunct vms-pwd.h.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Sat, 7 May 2005 23:52:01 +0000 (23:52 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Sat, 7 May 2005 23:52:01 +0000 (23:52 +0000)
Also, for pwd.h, use HAVE_PWD_H, not !VMS.

src/editfns.c
src/fileio.c
src/filelock.c
src/xrdb.c

index 0cc567eb12418e2ab3305de735a1a4684251760c..cecb703cfe8782fa3de14e922e55ed4e21cad41f 100644 (file)
@@ -23,9 +23,7 @@ Boston, MA 02111-1307, USA.  */
 #include <config.h>
 #include <sys/types.h>
 
-#ifdef VMS
-#include "vms-pwd.h"
-#else
+#ifdef HAVE_PWD_H
 #include <pwd.h>
 #endif
 
index d70c6704fa2404d32e107bf4abd2b6465e945c5a..ba1b68cf9b9a035999e9ac5be34abd9a95c361a0 100644 (file)
@@ -47,9 +47,7 @@ Boston, MA 02111-1307, USA.  */
 #  define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
 #endif
 
-#ifdef VMS
-#include "vms-pwd.h"
-#else
+#ifdef HAVE_PWD_H
 #include <pwd.h>
 #endif
 
index bdfcda9ade08ced1d70f7b6eea14338b0527cd83..53b1be4912711431da28331fac0ec40e13e4e5b0 100644 (file)
@@ -26,11 +26,9 @@ Boston, MA 02111-1307, USA.  */
 #include <signal.h>
 #include <stdio.h>
 
-#ifdef VMS
-#include "vms-pwd.h"
-#else
+#ifdef HAVE_PWD_H
 #include <pwd.h>
-#endif /* not VMS */
+#endif
 
 #include <sys/file.h>
 #ifdef HAVE_FCNTL_H
index e51a774dc477d01764ba660396ad905ba8c2d808..be73fcce636043bce53f6e39aaa65fcf27b8d6f8 100644 (file)
@@ -53,9 +53,7 @@ Boston, MA 02111-1307, USA.  */
 #include <X11/X.h>
 #include <X11/Xutil.h>
 #include <X11/Xresource.h>
-#ifdef VMS
-#include "vms-pwd.h"
-#else
+#ifdef HAVE_PWD_H
 #include <pwd.h>
 #endif
 #include <sys/stat.h>