summaryrefslogtreecommitdiffstats
path: root/src/feature.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/feature.h')
-rw-r--r--src/feature.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/feature.h b/src/feature.h
index efe349d54f..6ae3ac23fa 100644
--- a/src/feature.h
+++ b/src/feature.h
@@ -355,6 +355,10 @@
# endif
#endif
+#ifdef FEAT_EVAL
+# define HAVE_SANDBOX
+#endif
+
/*
* +profile Profiling for functions and scripts.
*/