summaryrefslogtreecommitdiff
path: root/src/sysExec.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2010-02-06 16:03:13 +0000
committerChristian Pointner <equinox@anytun.org>2010-02-06 16:03:13 +0000
commit2b3a72143af34177543c8542ccd57866d78cb275 (patch)
treed05800530d3c9f0d15a44869c1cf4c0c5d9f9894 /src/sysExec.h
parentremoved Doxygen config (diff)
removed NO_EXEC
added NOMINMAX to windows build targets
Diffstat (limited to 'src/sysExec.h')
-rw-r--r--src/sysExec.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/sysExec.h b/src/sysExec.h
index 6d0724e..b6efb45 100644
--- a/src/sysExec.h
+++ b/src/sysExec.h
@@ -33,8 +33,6 @@
#ifndef ANYTUN_sysExec_h_INCLUDED
#define ANYTUN_sysExec_h_INCLUDED
-#ifndef NO_EXEC
-
#include <vector>
#include <list>
#include <string>
@@ -74,4 +72,3 @@ class SysExec
};
#endif
-#endif