diff options
Diffstat (limited to 'src/m')
| -rw-r--r-- | src/m/ibmrt-aix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m/ibmrt-aix.h b/src/m/ibmrt-aix.h index 1016a873a4c..6c655ea67fc 100644 --- a/src/m/ibmrt-aix.h +++ b/src/m/ibmrt-aix.h | |||
| @@ -121,7 +121,7 @@ Boston, MA 02111-1307, USA. */ | |||
| 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 | ||