]> git.donarmstrong.com Git - mothur.git/blobdiff - matrixoutputcommand.cpp
added unix to ifdefs. minor changes while testing 1.24.0.
[mothur.git] / matrixoutputcommand.cpp
index 6537963bb58e034ef00da3812cc6af2bb167be71..5bfec377de51d966de6d759161a99b43b7dccfdc 100644 (file)
@@ -425,7 +425,7 @@ int MatrixOutputCommand::process(vector<SharedRAbundVector*> thisLookup){
                        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();