summaryrefslogtreecommitdiff
path: root/poptint.h
diff options
context:
space:
mode:
Diffstat (limited to 'poptint.h')
-rw-r--r--poptint.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/poptint.h b/poptint.h
index 45b4599..7a86ff5 100644
--- a/poptint.h
+++ b/poptint.h
@@ -11,6 +11,9 @@
#include <stdint.h>
+#define SUPPORT_GLOBAL_CALCULATOR 1
+#define SUPPORT_CONTIGUOUS_ARGV 1
+
/**
* Wrapper to free(3), hides const compilation noise, permit NULL, return NULL.
* @param p memory to free