diff options
-rw-r--r-- | project2/p2webMain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/p2webMain.cpp b/project2/p2webMain.cpp index 896af0b..698cd18 100644 --- a/project2/p2webMain.cpp +++ b/project2/p2webMain.cpp @@ -1,5 +1,5 @@ // Undefine me to run from console for debugging -//#define FCGI +#define FCGI #include <libxml/tree.h> #ifdef FCGI |