]> git.donarmstrong.com Git - mothur.git/blobdiff - preclustercommand.cpp
added unix to ifdefs. minor changes while testing 1.24.0.
[mothur.git] / preclustercommand.cpp
index 58fd99777a809afd6384861b4a3237218138c29f..32080870d4be38de900e5b2b881c6d360faebc32 100644 (file)
@@ -302,7 +302,7 @@ int PreClusterCommand::createProcessesGroups(SequenceParser* parser, string newF
                        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) {