diff options
| author | Michael Forney <mforney@mforney.org> | 2016-12-11 14:43:42 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-12-11 14:43:42 -0800 |
| commit | 9a506a6834df01a26795cea222b410f206efa9fa (patch) | |
| tree | bb837945e9b6578c493cce4881050d1e7c422073 | |
| parent | 4fc02f808c9b968c96bc8a18b553ec2b96ad4578 (diff) | |
mdocml: Update config.h
__BEGIN_DECLS/__END_DECLS aren't necessary, so remove them.
Add BINM_SOELIM definition (even though we don't build it currently).
| -rw-r--r-- | core/mdocml/config.h | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/core/mdocml/config.h b/core/mdocml/config.h index ba84e48b..86d08114 100644 --- a/core/mdocml/config.h +++ b/core/mdocml/config.h @@ -22,19 +22,12 @@ #define HAVE_OHASH 0 #define HAVE_MANPATH 0 -/* macros */ -#if !defined(__BEGIN_DECLS) -# define __BEGIN_DECLS -#endif -#if !defined(__END_DECLS) -# define __END_DECLS -#endif - /* binary names */ #define BINM_APROPOS "apropos" +#define BINM_MAKEWHATIS "makewhatis" #define BINM_MAN "man" +#define BINM_SOELIM "soelim" #define BINM_WHATIS "whatis" -#define BINM_MAKEWHATIS "makewhatis" /* paths */ #define MAN_CONF_FILE "/etc/man.conf" |
