More fixes for MSVC compiler.
commit9423b3adc16071b83098ae76bf9a1bf4410b8d3f
authorWerner LEMBERG <wl@gnu.org>
Tue, 30 Dec 2003 06:31:39 +0000 (30 06:31 +0000)
committerWerner LEMBERG <wl@gnu.org>
Tue, 30 Dec 2003 06:31:39 +0000 (30 06:31 +0000)
treee0a4ac2a31d2b270b1bb591fb7bd02e47411dc63
parentaac5fd2467d8457c0e240a64981244ac77cf507c
More fixes for MSVC compiler.

* doc/Makefile.sub, contrib/mom/Makefile.sub (GROFF_BIN_PATH): Use
$(SEP).

* src/include/nonposix.h (STDIN_FILENO, STDOUT_FILENO,
STDERR_FILENO) [_MSC_VER]: Define conditionally.
(getpid) [_MSC_VER]: Remove.
Include direct.h and process.h conditionally.

* src/roff/troff/node.cpp (suppress_node::tprint): Don't use
parentheses for a_delete.

* src/utils/lookbib/lookbib.cpp: Include nonposix.h.

* test-groff: Replaced with...
* test-groff.in: This new template to handle path separator
properly.

* configure.ac: Check for direct.h and process.h.
Generate test-groff script.
* configure, src/include/config.hin: Regenerated.
ChangeLog
configure
configure.ac
contrib/mom/Makefile.sub
doc/Makefile.sub
src/include/config.hin
src/include/nonposix.h
src/roff/troff/node.cpp
src/utils/lookbib/lookbib.cpp
test-groff.in [moved from test-groff with 53% similarity]