Checked in Tino Schwarze's port to HP-UX.

This commit is contained in:
Robert Osfield
2002-07-23 10:48:22 +00:00
parent 609a9ebf21
commit 80afddc08d
20 changed files with 165 additions and 25 deletions

View File

@@ -7,7 +7,7 @@
#include <math.h>
#if defined(WIN32) || defined (macintosh)|| defined (sun) || defined (__DARWIN_OSX__)
#if defined(WIN32) || defined (macintosh)|| defined (sun) || defined (__DARWIN_OSX__) || defined(__hpux__)
#include <float.h>

View File

@@ -8,7 +8,11 @@
#if defined(__DARWIN_OSX__)
#include <GLUT/glut.h>
#else
#if defined(__hpux__)
#include <glut.h>
#else
#include <GL/glut.h>
#endif
#endif
#endif // __osgGLUT_h