/* 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
/* #define UNIPLUS */
/* #define USG5 */
#define USG
-/* #define BSD */
+/* #define BSD_SYSTEM */
#define LINUX
/* SYSTEM_TYPE should indicate the kind of system you are using.
/* #define BSD4_1 */
/* #define BSD4_2 */
/* #define BSD4_3 */
-/* #define BSD */
+/* #define BSD_SYSTEM */
/* #define VMS */
#ifndef WINDOWSNT
#define WINDOWSNT
/* #define BSD4_1 */
/* #define BSD4_2 */
/* #define BSD4_3 */
-/* #define BSD */
+/* #define BSD_SYSTEM */
/* #define VMS */
/* SYSTEM_TYPE should indicate the kind of system you are using.
/* #define BSD4_1 */
/* #define BSD4_2 */
/* #define BSD4_3 */
-/* #define BSD */
+/* #define BSD_SYSTEM */
/* #define VMS */
/* SYSTEM_TYPE should indicate the kind of system you are using.