Explorar el Código

HZ not always defined on all Linux systems.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1433 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake hace 18 años
padre
commit
69b128e700
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      exec/tlist.h

+ 1 - 1
exec/tlist.h

@@ -45,7 +45,7 @@
 
 #include "../include/list.h"
 
-#if defined(OPENAIS_BSD) || defined(OPENAIS_DARWIN)
+#ifndef HZ
 	#define HZ 100  /* 10ms */
 #endif