]> git.donarmstrong.com Git - mothur.git/blobdiff - summarysharedcommand.cpp
added unix to ifdefs. minor changes while testing 1.24.0.
[mothur.git] / summarysharedcommand.cpp
index f63a2ad16531731f6aee5eb7f6d20dcf81a85ee1..8c4ea0d6cd5b4cf26e15ec3460da8e5fd74e5fb6 100644 (file)
@@ -484,7 +484,7 @@ int SummarySharedCommand::process(vector<SharedRAbundVector*> thisLookup, string
             int process = 1;
             vector<int> processIDS;
             
-#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux)
+#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix)
             //loop through and create all the processes you want
             while (process != processors) {
                 int pid = fork();