aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-06-03 20:27:26 +0000
committerRichard M. Stallman1993-06-03 20:27:26 +0000
commit2e388a26de0fee0c069eca5bc715500ced1fed0f (patch)
tree0127d4f0e8c28ac68b23b372efaa659747b88fc3 /src
parent81b271128621397d2899d994e73360ceac8016a9 (diff)
downloademacs-2e388a26de0fee0c069eca5bc715500ced1fed0f.tar.gz
emacs-2e388a26de0fee0c069eca5bc715500ced1fed0f.zip
(HAVE_FTIME): Defined.
Diffstat (limited to 'src')
-rw-r--r--src/m/ibmrt-aix.h3
1 files changed, 3 insertions, 0 deletions
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. */
178 178
179/* AIX defines FIONREAD, but it does not work. */ 179/* AIX defines FIONREAD, but it does not work. */
180#define BROKEN_FIONREAD 180#define BROKEN_FIONREAD
181
182/* rocky@watson.ibm.com says this is needed. */
183#define HAVE_FTIME