summaryrefslogtreecommitdiff
path: root/msdos
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-07-17 18:33:34 +0000
committerRichard M. Stallman <rms@gnu.org>1997-07-17 18:33:34 +0000
commit44ffded71ac888338240209b173f851123e6c607 (patch)
treeaed9384ecc240e2a573535d09a042abf1ccfeb5e /msdos
parent96a8962d52142d7bb8afdb15ffe50bd03181b8f9 (diff)
downloademacs-44ffded71ac888338240209b173f851123e6c607.tar.gz
(HAVE_LOGB, HAVE_FREXP, HAVE_FMOD, HAVE_RINT):
(HAVE_CBRT, HAVE_FPATHCONF, HAVE_SETRLIMIT): Defined.
Diffstat (limited to 'msdos')
-rw-r--r--msdos/sed2.inp7
1 files changed, 7 insertions, 0 deletions
diff --git a/msdos/sed2.inp b/msdos/sed2.inp
index 64c2fa8248d..bae12489134 100644
--- a/msdos/sed2.inp
+++ b/msdos/sed2.inp
@@ -14,6 +14,13 @@
#define HAVE_STRUCT_UTIMBUF 1\
#define LOCALTIME_CACHE 1\
#define HAVE_TZSET 1\
+#define HAVE_LOGB 1\
+#define HAVE_FREXP 1\
+#define HAVE_FMOD 1\
+#define HAVE_RINT 1\
+#define HAVE_CBRT 1\
+#define HAVE_FPATHCONF 1\
+#define HAVE_SETRLIMIT 1\
#else /* not __DJGPP__ > 1 */
/^#undef STDC_HEADERS *$/s/undef/define/
/^#undef HAVE_SYS_TIMEB_H *$/s/undef/define/