summaryrefslogtreecommitdiff
path: root/src/m/ibmrt-aix.h
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1994-09-18 21:12:31 +0000
committerKarl Heuer <kwzh@gnu.org>1994-09-18 21:12:31 +0000
commit542fbdddb441fad31a069fce50ba992463c0651c (patch)
tree9a4cf212c90be7ff95735582c1ef843d55fd15a7 /src/m/ibmrt-aix.h
parent6b44341743ef87a5e589d258f6200dac720bb684 (diff)
downloademacs-542fbdddb441fad31a069fce50ba992463c0651c.tar.gz
Delete obsolete symbols.
Diffstat (limited to 'src/m/ibmrt-aix.h')
-rw-r--r--src/m/ibmrt-aix.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/m/ibmrt-aix.h b/src/m/ibmrt-aix.h
index 5c2b1d1289a..29fd0c934d0 100644
--- a/src/m/ibmrt-aix.h
+++ b/src/m/ibmrt-aix.h
@@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define LONGBITS 32 /* Number of bits in a long */
-/* Define BIG_ENDIAN iff lowest-numbered byte in a word
- is the most significant byte. */
-
-#define BIG_ENDIAN
-
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
* group of arguments and treat it as an array of the arguments. */
@@ -169,12 +164,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include </usr/include/bsd/BSDtoAIX.h>
#define BSTRING
#define HAVE_GETTIMEOFDAY
-#define HAVE_SELECT
-#define HAVE_TIMEVAL
#define HAVE_VFORK
-/* But don't use utimes() -- it causes SIGSEGV! Use utime() instead. */
-#define USE_UTIME
+/* AIX utimes allegedly causes SIGSEGV. */
+#undef HAVE_UTIMES /* override configuration decision */
/* AIX defines FIONREAD, but it does not work. */
#define BROKEN_FIONREAD