]> git.cameronkatri.com Git - mandoc.git/blobdiff - config.h.post
One of the WARNING messages has to use the word "section" twice in two
[mandoc.git] / config.h.post
index 81c01b93161c8f218baa8b01b1e0c9326ca19942..d04dac99b39ec11dd825c6d19c5f0c3fe70d276d 100644 (file)
@@ -21,5 +21,12 @@ extern       size_t    strlcat(char *, const char *, size_t);
 #ifndef HAVE_STRLCPY
 extern size_t    strlcpy(char *, const char *, size_t);
 #endif
+#ifndef HAVE_GETSUBOPT
+extern int       getsubopt(char **, char * const *, char **);
+extern char     *suboptarg;
+#endif
+#ifndef HAVE_FGETLN
+extern char     *fgetln(FILE *, size_t *);
+#endif
 
 #endif /* MANDOC_CONFIG_H */