aboutsummaryrefslogtreecommitdiffstats
path: root/pseudo_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'pseudo_util.c')
-rw-r--r--pseudo_util.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/pseudo_util.c b/pseudo_util.c
index 7f21164..ccbda60 100644
--- a/pseudo_util.c
+++ b/pseudo_util.c
@@ -66,6 +66,9 @@ static struct pseudo_variables pseudo_env[] = {
{ "PSEUDO_DISABLED", 15, NULL },
{ "PSEUDO_UNLOAD", 13, NULL },
{ "PSEUDO_ALLOW_FSYNC", 18, NULL },
+#ifdef PSEUDO_PROFILING
+ { "PSEUDO_PROFILE_PATH", 19, NULL },
+#endif
{ NULL, 0, NULL } /* Magic terminator */
};