diff options
Diffstat (limited to 'src/m')
| -rw-r--r-- | src/m/ibmps2-aix.h | 1 | ||||
| -rw-r--r-- | src/m/ibmrs6000.h | 1 | ||||
| -rw-r--r-- | src/m/ibmrt-aix.h | 1 | ||||
| -rw-r--r-- | src/m/mips.h | 1 | ||||
| -rw-r--r-- | src/m/sps7.h | 4 |
5 files changed, 0 insertions, 8 deletions
diff --git a/src/m/ibmps2-aix.h b/src/m/ibmps2-aix.h index 0e1b17db436..e69588c5589 100644 --- a/src/m/ibmps2-aix.h +++ b/src/m/ibmps2-aix.h | |||
| @@ -123,7 +123,6 @@ so disable it for them. */ | |||
| 123 | #endif | 123 | #endif |
| 124 | 124 | ||
| 125 | #define BSTRING | 125 | #define BSTRING |
| 126 | #define HAVE_DUP2 | ||
| 127 | #define HAVE_GETTIMEOFDAY | 126 | #define HAVE_GETTIMEOFDAY |
| 128 | #define HAVE_SELECT | 127 | #define HAVE_SELECT |
| 129 | #define HAVE_TIMEVAL | 128 | #define HAVE_TIMEVAL |
diff --git a/src/m/ibmrs6000.h b/src/m/ibmrs6000.h index 921a4cc0b23..f42cf14eedd 100644 --- a/src/m/ibmrs6000.h +++ b/src/m/ibmrs6000.h | |||
| @@ -119,7 +119,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 119 | #define C_SWITCH_MACHINE -D_BSD | 119 | #define C_SWITCH_MACHINE -D_BSD |
| 120 | #define LIBS_MACHINE -lrts | 120 | #define LIBS_MACHINE -lrts |
| 121 | #define START_FILES | 121 | #define START_FILES |
| 122 | #define HAVE_DUP2 | ||
| 123 | #define HAVE_GETTIMEOFDAY | 122 | #define HAVE_GETTIMEOFDAY |
| 124 | #define HAVE_SYSVIPC | 123 | #define HAVE_SYSVIPC |
| 125 | #define HAVE_SETSID | 124 | #define HAVE_SETSID |
diff --git a/src/m/ibmrt-aix.h b/src/m/ibmrt-aix.h index bca2969e9a1..2ec5919a280 100644 --- a/src/m/ibmrt-aix.h +++ b/src/m/ibmrt-aix.h | |||
| @@ -168,7 +168,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 168 | 168 | ||
| 169 | #include </usr/include/bsd/BSDtoAIX.h> | 169 | #include </usr/include/bsd/BSDtoAIX.h> |
| 170 | #define BSTRING | 170 | #define BSTRING |
| 171 | #define HAVE_DUP2 | ||
| 172 | #define HAVE_GETTIMEOFDAY | 171 | #define HAVE_GETTIMEOFDAY |
| 173 | #define HAVE_SELECT | 172 | #define HAVE_SELECT |
| 174 | #define HAVE_TIMEVAL | 173 | #define HAVE_TIMEVAL |
diff --git a/src/m/mips.h b/src/m/mips.h index bd4466ee9ba..6125fc88abd 100644 --- a/src/m/mips.h +++ b/src/m/mips.h | |||
| @@ -221,7 +221,6 @@ NOTE-END */ | |||
| 221 | The `select' in the system won't work for pipes, | 221 | The `select' in the system won't work for pipes, |
| 222 | so don't use it. */ | 222 | so don't use it. */ |
| 223 | 223 | ||
| 224 | #define HAVE_DUP2 | ||
| 225 | #define HAVE_GETWD | 224 | #define HAVE_GETWD |
| 226 | #define HAVE_GETTIMEOFDAY | 225 | #define HAVE_GETTIMEOFDAY |
| 227 | 226 | ||
diff --git a/src/m/sps7.h b/src/m/sps7.h index 95c106ac133..5e838592cc6 100644 --- a/src/m/sps7.h +++ b/src/m/sps7.h | |||
| @@ -119,10 +119,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 119 | 119 | ||
| 120 | #undef SIGIO | 120 | #undef SIGIO |
| 121 | 121 | ||
| 122 | /* Some additional system facilities exist. */ | ||
| 123 | |||
| 124 | #define HAVE_DUP2 | ||
| 125 | |||
| 126 | /* Other than 68020 use ld16, as32, or undefine (defaults ld and as). */ | 122 | /* Other than 68020 use ld16, as32, or undefine (defaults ld and as). */ |
| 127 | 123 | ||
| 128 | #define ASS as32 | 124 | #define ASS as32 |