diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/ibmrs6000.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/m/ibmrs6000.h b/src/m/ibmrs6000.h index 9b26dd1913b..afed34b9187 100644 --- a/src/m/ibmrs6000.h +++ b/src/m/ibmrs6000.h | |||
| @@ -121,8 +121,14 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 121 | 121 | ||
| 122 | #define OBJECTS_MACHINE hftctl.o | 122 | #define OBJECTS_MACHINE hftctl.o |
| 123 | #define C_SWITCH_MACHINE -D_BSD | 123 | #define C_SWITCH_MACHINE -D_BSD |
| 124 | |||
| 125 | #ifdef AIX3_2 | ||
| 124 | /* IBM's X11R5 use -lIM and -liconv in AIX 3.2.2. */ | 126 | /* IBM's X11R5 use -lIM and -liconv in AIX 3.2.2. */ |
| 125 | #define LIBS_MACHINE -lrts -lIM -liconv | 127 | #define LIBS_MACHINE -lrts -lIM -liconv |
| 128 | #else | ||
| 129 | #define LIBS_MACHINE -lIM | ||
| 130 | #endif | ||
| 131 | |||
| 126 | #define START_FILES | 132 | #define START_FILES |
| 127 | #define HAVE_SYSVIPC | 133 | #define HAVE_SYSVIPC |
| 128 | #define HAVE_SETSID | 134 | #define HAVE_SETSID |