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
commit8978420537864d1aacf3b756b51e2e4121880c59 (patch)
treea4fe12e87b884393a118652f01d6e2cf202d76bc /msdos
parentde2436ef7b89c052dc78532eccaef1840f7dee0a (diff)
downloademacs-8978420537864d1aacf3b756b51e2e4121880c59.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/