]> git.donarmstrong.com Git - mothur.git/blobdiff - shhhseqscommand.cpp
added unix to ifdefs. minor changes while testing 1.24.0.
[mothur.git] / shhhseqscommand.cpp
index 72504196039c9f337f8051ecdf54a4af1eed5c90..f6bfd81974628e9f5246b25237f79c25c4bf320e 100644 (file)
@@ -364,7 +364,7 @@ vector<string> ShhhSeqsCommand::createProcessesGroups(SequenceParser& parser, st
                        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) {