Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreutarass2009-09-24 22:13:06 +0000
committereutarass2009-09-24 22:13:06 +0000
commitdbd7d2cff0cb9bcfccf1f095a00f299899b67d11 (patch)
treef2f55bc5f25dfcd108d07bb9ead08aad15824c68 /config.h
parent1d90ba36001a06df1840c2e7276a6dddbe6f7d08 (diff)
downloadorg.eclipse.tcf.agent-dbd7d2cff0cb9bcfccf1f095a00f299899b67d11.tar.gz
org.eclipse.tcf.agent-dbd7d2cff0cb9bcfccf1f095a00f299899b67d11.tar.xz
org.eclipse.tcf.agent-dbd7d2cff0cb9bcfccf1f095a00f299899b67d11.zip
TCF Agent: fixed VxWorks agent build errors
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h b/config.h
index 87c091e6..b1d7c49b 100644
--- a/config.h
+++ b/config.h
@@ -112,6 +112,9 @@
#if !defined(ENABLE_AIO)
#define ENABLE_AIO defined(_POSIX_ASYNCHRONOUS_IO)
#endif
+#if !defined(ENABLE_LUA)
+#define ENABLE_LUA defined(PATH_LUA)
+#endif
#ifdef CONFIG_MAIN
/*

Back to the top