]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
more tweaks
authorMiek Gieben <miekg@NLnetLabs.nl>
Thu, 13 Apr 2006 14:11:37 +0000 (14:11 +0000)
committerMiek Gieben <miekg@NLnetLabs.nl>
Thu, 13 Apr 2006 14:11:37 +0000 (14:11 +0000)
doc/doxyparse.pl

index 61c2fc606678fb2bb583a7070482767211ad3e1c..7c84ab38defc578cc703c6df92740cc4f12c269e 100755 (executable)
@@ -198,15 +198,8 @@ foreach (keys %manpages) {
        print MAN  "\n\n";
        print MAN  ".SH SYNOPSIS\n";
 
-       print MAN  "#ifdef HAVE_STDINT_H\n.br\n";
        print MAN  "#include <stdint.h>\n.br\n";
-       print MAN  "#endif /* HAVE_STDINT_H */\n";
-
-       print MAN  ".PP\n";
-
-       print MAN  "#ifdef HAVE_STDBOOL_H\n.br\n";
        print MAN  "#include <stdbool.h>\n.br\n";
-       print MAN  "#endif /* HAVE_STDBOOL_H */\n";
 
        print MAN  ".PP\n";
        print MAN  "#include <ldns/ldns.h>\n";