summaryrefslogtreecommitdiff
path: root/textproc/nbsed/files/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/nbsed/files/config.h.in')
-rw-r--r--textproc/nbsed/files/config.h.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/nbsed/files/config.h.in b/textproc/nbsed/files/config.h.in
index 2e864b17198..4993f4bdef5 100644
--- a/textproc/nbsed/files/config.h.in
+++ b/textproc/nbsed/files/config.h.in
@@ -124,6 +124,10 @@
/* Define to empty if `const' does not conform to ANSI C. */
#undef const
+/* Define as `__inline' if that's what the C compiler calls it, or to nothing
+ if it is not supported. */
+#undef inline
+
/* Define to `unsigned' if <sys/types.h> does not define. */
#undef size_t
@@ -206,3 +210,13 @@
# endif
#endif
+#ifndef DEFFILEMODE
+# define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
+#endif
+
+#include <stdio.h>
+
+#ifndef HAVE_FGETLN
+char *fgetln(FILE *, size_t *);
+#endif
+