]> git.donarmstrong.com Git - mothur.git/blobdiff - chimeraperseuscommand.cpp
added unix to ifdefs. minor changes while testing 1.24.0.
[mothur.git] / chimeraperseuscommand.cpp
index 76f0103c38ec64a5ebc21f3175df441a15ccae0e..138a6b969b48b392e10ea1329a15444cc66deb97 100644 (file)
@@ -768,7 +768,7 @@ int ChimeraPerseusCommand::createProcessesGroups(SequenceParser& parser, string
                        lines.push_back(linePair(startIndex, endIndex));
                }
                
-#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) {