summaryrefslogtreecommitdiff
path: root/lib/libcurses/README
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcurses/README')
-rw-r--r--lib/libcurses/README19
1 files changed, 0 insertions, 19 deletions
diff --git a/lib/libcurses/README b/lib/libcurses/README
deleted file mode 100644
index be4b8b0046d..00000000000
--- a/lib/libcurses/README
+++ /dev/null
@@ -1,19 +0,0 @@
-For discussion of the package internals, see hackguide.html in the misc
-directory.
-
-Here are some -D options you might need to compile with.
-The 'configure' script gets most other definitions right automatically.
-
--DHAVE_SIGACTION if the sigaction function is present
-
--DHAVE_USLEEP if the usleep function is present
-
--DSVR4_ACTION if (e.g., svr4) you need _POSIX_SOURCE to have sigaction
-
--DSVR4_TERMIO if (e.g., svr4) you need _POSIX_SOURCE to have termio
-
--DOPT_MVCUR if you want mvcur() to cost its actions or you have a
- terminal that doesn't have direct cursor addressing.
-
-There are several problems with strict POSIX systems so extra flags
-or #define's may be needed.