Commit 997af9c1 authored by iggy@amd64.(none)'s avatar iggy@amd64.(none)
Browse files

Avoid compilation problem on AIX.

parent f13f6eaf
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -14,8 +14,7 @@
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */

/* To avoid problems with alarms in debug code, we disable DBUG here */
#undef DBUG_OFF
#define DBUG_OFF
#define FORCE_DBUG_OFF
#include <my_global.h>

#if defined(THREAD) && !defined(DONT_USE_THR_ALARM)