diff OrthancServer/OrthancInitialization.cpp @ 91:c35eee0cbd12

service
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 28 Sep 2012 13:41:20 +0200
parents 8936a3bbb129
children a6e41de88a53
line wrap: on
line diff
--- a/OrthancServer/OrthancInitialization.cpp	Fri Sep 28 11:51:29 2012 +0200
+++ b/OrthancServer/OrthancInitialization.cpp	Fri Sep 28 13:41:20 2012 +0200
@@ -49,7 +49,8 @@
     }
     else
     {
-#if ORTHANC_STANDALONE == 1 && defined(__linux)
+#if 0 && ORTHANC_STANDALONE == 1 && defined(__linux)
+      // Unused anymore
       // Under Linux, try and open "../../etc/orthanc/Configuration.json"
       try
       {
@@ -70,7 +71,7 @@
       }
 
 #elif ORTHANC_STANDALONE == 1
-      // No default path for the configuration file in Windows
+      // No default path for the standalone configuration
       printf("Using the default Orthanc configuration\n");
       return;