summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlexander von Gluck IV <kallisti5@unixzen.com>2013-11-05 01:31:26 +0000
committerAlexander von Gluck IV <kallisti5@unixzen.com>2013-11-05 09:37:58 -0600
commit1c7605685d2b8250b92acf5ce8f6f217bb3f1a12 (patch)
tree693e82cd8e8d6640f87095a0eb27ac1d6f5ebcf2 /include
parentc883ee449882a580088deac7b4706f502ef0f33c (diff)
mesa: Remove last BEOS checks
* Goodbye BeOS, we hardly knew thee * As BeOS was gcc2 only, there was little chance of this being useful. * Doesn't effect Haiku in any meaningful way Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'include')
-rw-r--r--include/GL/gl.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/GL/gl.h b/include/GL/gl.h
index d0710bac860..b484b96ce3f 100644
--- a/include/GL/gl.h
+++ b/include/GL/gl.h
@@ -36,10 +36,6 @@
* Begin system-specific stuff.
*/
-#if defined(__BEOS__)
-#include <stdlib.h> /* to get some BeOS-isms */
-#endif
-
#if defined(_WIN32) && !defined(__WIN32__) && !defined(__CYGWIN__)
#define __WIN32__
#endif
@@ -65,10 +61,6 @@
# define GLAPIENTRY
#endif /* WIN32 && !CYGWIN */
-#if (defined(__BEOS__) && defined(__POWERPC__))
-# define PRAGMA_EXPORT_SUPPORTED 1
-#endif
-
/*
* WINDOWS: Include windows.h here to define APIENTRY.
* It is also useful when applications include this file by