]> code.delx.au - gnu-emacs/blobdiff - src/m/ibmrt-aix.h
Delete the autoloads for functions defined with ibuffer-specific commands.
[gnu-emacs] / src / m / ibmrt-aix.h
index 1016a873a4ca00eb08614432fec3c172163dd438..5ff553636b92b26c2d74cd59268e66cc20744e41 100644 (file)
@@ -1,5 +1,5 @@
 /* RTPC AIX machine/system dependent defines
-   Copyright (C) 1988 Free Software Foundation, Inc.
+   Copyright (C) 1988, 1999 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -106,7 +106,7 @@ Boston, MA 02111-1307, USA.  */
 { /* Check that server side not already open */                \
   if ((ioctl (*ptyv, PTYSTATUS, 0) & 0xFFFF) != 0)     \
     {                                                  \
-      close (*ptyv);                                   \
+      emacs_close (*ptyv);                             \
       continue;                                                \
     }                                                  \
   /* And finally to be sure we can open it later */    \
@@ -121,7 +121,7 @@ Boston, MA 02111-1307, USA.  */
 
 /* AIX has IPC. It also has sockets, and either can be used for client/server.
    I would suggest the client/server code be changed to use HAVE_SOCKETS rather
-   than BSD as the conditional if sockets provide any advantages. */
+   than BSD_SYSTEM as the conditional if sockets provide any advantages. */
 
 #define HAVE_SYSVIPC
 
@@ -160,8 +160,6 @@ Boston, MA 02111-1307, USA.  */
 
 #include </usr/include/bsd/BSDtoAIX.h>
 #define BSTRING
-#define HAVE_GETTIMEOFDAY
-#define HAVE_VFORK
 
 /* AIX utimes allegedly causes SIGSEGV.  */
 #undef HAVE_UTIMES /* override configuration decision */