]> git.donarmstrong.com Git - mothur.git/blobdiff - metastatscommand.cpp
added unix to ifdefs. minor changes while testing 1.24.0.
[mothur.git] / metastatscommand.cpp
index 59916492213cf56c8851969876b1df7907f26f23..a0e6ed5d9bfe95b0fa6724aa05c8a06c4350762e 100644 (file)
@@ -343,7 +343,7 @@ int MetaStatsCommand::process(vector<SharedRAbundVector*>& thisLookUp){
                                }else{
                                        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();