Index: /trunk/BNC/src/bncmain.cpp
===================================================================
--- /trunk/BNC/src/bncmain.cpp	(revision 5886)
+++ /trunk/BNC/src/bncmain.cpp	(revision 5887)
@@ -51,8 +51,6 @@
 #include "bncversion.h"
 #include "upload/bncephuploadcaster.h"
-#ifdef USE_POSTPROCESSING
-#  include "rinex/reqcedit.h"
-#  include "rinex/reqcanalyze.h"
-#endif
+#include "rinex/reqcedit.h"
+#include "rinex/reqcanalyze.h"
 #include "PPP/pppMain.h"
 
@@ -157,6 +155,4 @@
   }
 
-#ifdef USE_POSTPROCESSING
-
   // Post-Processing reqc edit
   // -------------------------
@@ -174,6 +170,4 @@
     reqcAnalyze->start();
   }
-
-#endif
 
   // Non-Interactive (data gathering)
Index: /trunk/BNC/src/bncwindow.cpp
===================================================================
--- /trunk/BNC/src/bncwindow.cpp	(revision 5886)
+++ /trunk/BNC/src/bncwindow.cpp	(revision 5887)
@@ -64,13 +64,10 @@
 #include "reqcdlg.h"
 #include "bncmap.h"
+#include "rinex/reqcedit.h"
+#include "rinex/reqcanalyze.h"
+#include "PPP/pppMain.h"
 #ifdef QT_WEBKIT
 #  include "map/bncmapwin.h"
 #endif
-#ifdef USE_POSTPROCESSING
-#  include "rinex/reqcedit.h"
-#  include "rinex/reqcanalyze.h"
-#endif
-
-#include "PPP/pppMain.h"
 
 using namespace std;
@@ -2377,5 +2374,4 @@
 ////////////////////////////////////////////////////////////////////////////
 void bncWindow::startPostProcessingReqc() {
-#ifdef USE_POSTPROCESSING
   _runningPostProcessingReqc = true;
   enableStartStop();
@@ -2392,8 +2388,4 @@
     reqcEdit->start();
   }
-#else
-  QMessageBox::information(this, "Information",
-                           "Post-Processing Not Permitted");
-#endif
 }
 
