From 2e388a26de0fee0c069eca5bc715500ced1fed0f Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 3 Jun 1993 20:27:26 +0000 Subject: [PATCH] (HAVE_FTIME): Defined. --- src/m/ibmrt-aix.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/m/ibmrt-aix.h b/src/m/ibmrt-aix.h index 2ec5919a280..83f122051c4 100644 --- a/src/m/ibmrt-aix.h +++ b/src/m/ibmrt-aix.h @@ -178,3 +178,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* AIX defines FIONREAD, but it does not work. */ #define BROKEN_FIONREAD + +/* rocky@watson.ibm.com says this is needed. */ +#define HAVE_FTIME