comparison src/m/ibmrt-aix.h @ 16221:d8360498f935

Comment change.
author Karl Heuer <kwzh@gnu.org>
date Tue, 17 Sep 1996 03:47:11 +0000
parents ee40177f6c68
children 1a4c3573a216
comparison
equal deleted inserted replaced
16220:02044b05d8e0 16221:d8360498f935
119 the right thing if we fake this out. */ 119 the right thing if we fake this out. */
120 #define TIOCNOTTY IOCTYPE 120 #define TIOCNOTTY IOCTYPE
121 121
122 /* AIX has IPC. It also has sockets, and either can be used for client/server. 122 /* AIX has IPC. It also has sockets, and either can be used for client/server.
123 I would suggest the client/server code be changed to use HAVE_SOCKETS rather 123 I would suggest the client/server code be changed to use HAVE_SOCKETS rather
124 than BSD as the conditional if sockets provide any advantages. */ 124 than BSD_SYSTEM as the conditional if sockets provide any advantages. */
125 125
126 #define HAVE_SYSVIPC 126 #define HAVE_SYSVIPC
127 127
128 /* AIX has sockets */ 128 /* AIX has sockets */
129 129