summaryrefslogtreecommitdiff
path: root/flexdef.h
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2002-08-22 17:18:30 +0000
committerWill Estes <wlestes@users.sourceforge.net>2002-08-22 17:18:30 +0000
commit9f5ea4adec2ad50fff145777404fc4b619e42259 (patch)
treed58a9f78dbe545008372c766a21f4935557e84e6 /flexdef.h
parent0f1267f52ed63bf3078f26277b2303336e6d8618 (diff)
do some more conditional including for folks without standard systems
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