aboutsummaryrefslogtreecommitdiffstats
path: root/gawkapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'gawkapi.h')
-rw-r--r--gawkapi.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gawkapi.h b/gawkapi.h
index cc50bba3..c5cc4607 100644
--- a/gawkapi.h
+++ b/gawkapi.h
@@ -113,6 +113,10 @@ extern "C" {
#define awk_const const
#endif
+/* This is for fake directory file descriptors on systems that don't
+ allow to open() a directory. */
+#define FAKE_FD_VALUE 42
+
typedef enum awk_bool {
awk_false = 0,
awk_true