summaryrefslogtreecommitdiff
path: root/apps/interpreters/bas/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/interpreters/bas/config.h')
-rw-r--r--apps/interpreters/bas/config.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/apps/interpreters/bas/config.h b/apps/interpreters/bas/config.h
deleted file mode 100644
index 3de84427f..000000000
--- a/apps/interpreters/bas/config.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/* config.h. Generated from config.h.in by configure. */
-/* The version string */
-#define VERSION "2.4"
-
-/* The package name. */
-#define PACKAGE "bas"
-
-/* Is there a tgmath.h? */
-/* #undef HAVE_TGMATH_H */
-
-/* Define this as 1 if your system has lrint(). */
-/* #undef HAVE_LRINT */
-
-/* Define this as 1 if your system has nanosleep(). */
-#define HAVE_NANOSLEEP 1
-
-/* What does tputs return? */
-/* #undef TPUTS_RETURNS_VOID */
-
-/* Define as 1 if you want LR0 parser. */
-/* #undef USE_LR0 */
-
-/* Define either for large file support, if your OS needs them. */
-/* #undef _FILE_OFFSET_BITS */
-/* #undef _LARGE_FILES */
-
-/* Define if timeouts do not work in your termios (broken termios). */
-/* #undef USE_SELECT */