HAVE_ALIAS was never defined anywhere, add some logic to turn it on

automagically.
This commit is contained in:
Adam Jackson 2005-01-23 03:54:38 +00:00
parent e82d5f2be9
commit 999534216d
1 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,10 @@
#include <GL/gl.h>
#include "indirect_size.h"
# if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
# define HAVE_ALIAS
# endif
# if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
# define PURE __attribute__((pure))
# else