(file) Return to main.c CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Executor

Diff for /pegasus/src/Executor/main.c between version 1.18 and 1.19

version 1.18, 2010/07/28 14:37:51 version 1.19, 2010/10/29 05:29:49
Line 153 
Line 153 
  
     DefineMacro("cimprovagt", CIMPROVAGT);     DefineMacro("cimprovagt", CIMPROVAGT);
  
       /* Define ${cimprovagt} */
   
       DefineMacro("cimprovagt32", CIMPROVAGT32);
   
     /* Define ${cimshutdown} */     /* Define ${cimshutdown} */
  
     DefineMacro("cimshutdown", CIMSHUTDOWN);     DefineMacro("cimshutdown", CIMSHUTDOWN);
Line 181 
Line 185 
         DefineMacro("cimprovagtPath", path);         DefineMacro("cimprovagtPath", path);
     }     }
  
       /* Define ${cimprovagt32Path} */
       {
           char path[EXECUTOR_BUFFER_SIZE];
   
           if (ExpandMacros("${internalBinDir}/${cimprovagt32}", path) != 0)
               Fatal(FL, "failed to resolve cimprovagt32Path");
   
           DefineMacro("cimprovagt32Path", path);
       }
   
     /* Define ${cimshutdownPath} */     /* Define ${cimshutdownPath} */
     {     {
         char path[EXECUTOR_BUFFER_SIZE];         char path[EXECUTOR_BUFFER_SIZE];


Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2