]> git.cameronkatri.com Git - mandoc.git/blobdiff - mandoc_aux.c
Now that markdown output is tested for almost everything, test all
[mandoc.git] / mandoc_aux.c
index ee37f04dcc0bbfb303c54545d29bebd0ca26debf..cc74b7e720586f6c55cd3e7d29781cc314771153 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: mandoc_aux.c,v 1.7 2015/10/12 21:09:54 schwarze Exp $ */
+/*     $Id: mandoc_aux.c,v 1.9 2015/11/07 14:22:29 schwarze Exp $ */
 /*
  * Copyright (c) 2009, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2014 Ingo Schwarze <schwarze@openbsd.org>
@@ -19,7 +19,9 @@
 
 #include <sys/types.h>
 
+#if HAVE_ERR
 #include <err.h>
+#endif
 #include <stdarg.h>
 #include <stdlib.h>
 #include <stdio.h>
@@ -28,9 +30,6 @@
 #include "mandoc.h"
 #include "mandoc_aux.h"
 
-#if !HAVE_PROGNAME
-const char *mandoc_progname;
-#endif
 
 int
 mandoc_asprintf(char **dest, const char *fmt, ...)