summaryrefslogtreecommitdiff
path: root/flexdef.h
diff options
context:
space:
mode:
Diffstat (limited to 'flexdef.h')
-rw-r--r--flexdef.h16
1 files changed, 3 insertions, 13 deletions
diff --git a/flexdef.h b/flexdef.h
index 9d0c7e9..c1e8f2b 100644
--- a/flexdef.h
+++ b/flexdef.h
@@ -35,25 +35,15 @@
#define FLEXDEF_H 1
#include <stdio.h>
+#ifdef HAVE_STDINT_H
#include <stdint.h>
+#endif
#include <ctype.h>
#include <limits.h>
#include <setjmp.h>
+#ifdef HAVE_CONFIG_H
#include "config.h"
-
-#ifdef __TURBOC__
-#define HAVE_STRING_H 1
-#define MS_DOS 1
-#ifndef __STDC__
-#define __STDC__ 1
-#endif
- #pragma warn -pro
- #pragma warn -rch
- #pragma warn -use
- #pragma warn -aus
- #pragma warn -par
- #pragma warn -pia
#endif
#ifdef HAVE_STRING_H