summaryrefslogtreecommitdiff
path: root/apps/interpreters/bas/config.h
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-03 08:33:39 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-03 08:33:39 -0600
commitb617ac1c3e500d248fa7afd583ddbf1660aeb567 (patch)
tree17d6bff17b8298fc880cd06c03fe0d8cb43eb47d /apps/interpreters/bas/config.h
parenta6c6119c811c117bbeda3edb6a82bd310b0ac3e6 (diff)
downloadnuttx-b617ac1c3e500d248fa7afd583ddbf1660aeb567.tar.gz
nuttx-b617ac1c3e500d248fa7afd583ddbf1660aeb567.tar.bz2
nuttx-b617ac1c3e500d248fa7afd583ddbf1660aeb567.zip
Remove dependencies on environ, fstat, GETTEXt, TERMCAP, ncurse, syscfg
Diffstat (limited to 'apps/interpreters/bas/config.h')
-rw-r--r--apps/interpreters/bas/config.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/apps/interpreters/bas/config.h b/apps/interpreters/bas/config.h
index 9572b11c8..3de84427f 100644
--- a/apps/interpreters/bas/config.h
+++ b/apps/interpreters/bas/config.h
@@ -5,12 +5,6 @@
/* The package name. */
#define PACKAGE "bas"
-/* Should we need to include termcap.h? */
-/* #undef HAVE_TERMCAP_H */
-
-/* Should we need to include curses.h? */
-/* #undef HAVE_CURSES_H */
-
/* Is there a tgmath.h? */
/* #undef HAVE_TGMATH_H */
@@ -30,8 +24,5 @@
/* #undef _FILE_OFFSET_BITS */
/* #undef _LARGE_FILES */
-/* Define if you have the msgfmt(1) program and the gettext(3) function. */
-/* #undef HAVE_GETTEXT */
-
/* Define if timeouts do not work in your termios (broken termios). */
/* #undef USE_SELECT */