]> git.donarmstrong.com Git - mothur.git/blobdiff - aligncommand.h
Merge remote-tracking branch 'mothur/master'
[mothur.git] / aligncommand.h
index d42369520f127a8ba06c1c86ae9e9929c20f4fac..c7ce14406c570f50a3510532e55ba7b5469c5c62 100644 (file)
@@ -25,7 +25,7 @@
 #include "nast.hpp"
 #include "nastreport.hpp"
 
-
+//test
 class AlignCommand : public Command {
        
 public:
@@ -120,7 +120,7 @@ struct alignData {
 };
 
 /**************************************************************************************************/
-#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux)
+#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix)
 #else
 static DWORD WINAPI MyAlignThreadFunction(LPVOID lpParam){ 
        alignData* pDataArray;