]> git.cameronkatri.com Git - mandoc.git/commit
Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.
authorIngo Schwarze <schwarze@openbsd.org>
Sun, 10 Aug 2014 23:54:41 +0000 (23:54 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Sun, 10 Aug 2014 23:54:41 +0000 (23:54 +0000)
commit542b6aa18abe9cadcf68c4a5c88bde4353e5eac9
treefa6069eb1a2a268ddd6d8879f706a6930e86353e
parentf0a7b2d879a302384d0c80008e61e904904e837b
Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.
Include <sys/types.h> where needed, it does not belong in config.h.
Remove <stdio.h> from config.h; if it is missing somewhere, it should
be added, but i cannot find a *.c file where it is missing.
61 files changed:
Makefile
apropos.c
arch.c
att.c
cgi.c
chars.c
compat_fgetln.c
compat_getsubopt.c
compat_ohash.c
compat_reallocarray.c
compat_sqlite3_errstr.c
compat_strcasestr.c
compat_strlcat.c
compat_strlcpy.c
compat_strsep.c
config.h.pre
demandoc.c
eqn.c
eqn_html.c
eqn_term.c
html.c
lib.c
main.c
man.c
man_hash.c
man_html.c
man_macro.c
man_term.c
man_validate.c
mandoc.c
mandoc_aux.c
mandocdb.c
manpage.c
manpath.c
mansearch.c
mansearch_const.c
mdoc.c
mdoc_argv.c
mdoc_hash.c
mdoc_html.c
mdoc_macro.c
mdoc_man.c
mdoc_term.c
mdoc_validate.c
msec.c
out.c
preconv.c
read.c
roff.c
st.c
tbl.c
tbl_data.c
tbl_html.c
tbl_layout.c
tbl_opts.c
tbl_term.c
term.c
term_ascii.c
term_ps.c
tree.c
vol.c