$OpenBSD: patch-include_orbit_util_basic_types_h,v 1.1 2013/03/27 17:58:44 ajacoutot Exp $

From efd713654540ed680414d739a684168666eaf6b6 Mon Sep 17 00:00:00 2001
From: Kjartan Maraas <kmaraas@gnome.org>
Date: Wed, 06 Oct 2010 09:00:56 +0000
Subject: Remove obsolete ifdef

--- include/orbit/util/basic_types.h.orig	Tue Feb  9 13:05:35 2010
+++ include/orbit/util/basic_types.h	Wed Mar 27 10:55:56 2013
@@ -34,7 +34,6 @@ typedef CORBA_wchar *CORBA_wstring;
 typedef struct CORBA_Object_type *CORBA_Object;
 #endif
 
-#ifdef G_HAVE_GINT64
 #define HAVE_CORBA_LONG_LONG
 
 /*
@@ -43,13 +42,6 @@ typedef struct CORBA_Object_type *CORBA_Object;
  */
 typedef gint64  CORBA_long_long;
 typedef guint64 CORBA_unsigned_long_long;
-
-#else
-#error ""
-#error "You don't G_HAVE_GINT64 defined in glib."
-#error "Please make sure you don't have an old glibconfig.h lying around."
-#error ""
-#endif
 
 G_END_DECLS
 
