]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - ncurses/README
ncurses 5.3
[ncurses.git] / ncurses / README
index be4b8b0046dc76fc755903bbcb0aaa884a44c0ee..20c94d3c289506d05efbd52de5554ee900cc2ee8 100644 (file)
@@ -1,19 +1,2 @@
-For discussion of the package internals, see hackguide.html in the misc
+For discussion of the package internals, see hackguide.html in the doc/html
 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.