dnl check for glut location
AC_CHECK_HEADER(GL/glut.h)
if test "x$ac_cv_header_GL_glut_h" = "xyes"; then
- AC_DEFINE([GLUT_H], <GL/glut.h>, [Define as glut.h include location])
+ AC_DEFINE([FG_GLUT_H], <GL/glut.h>, [Define as glut.h include location])
else
AC_CHECK_HEADER(GLUT/glut.h)
if test "x$ac_cv_header_GLUT_glut_h" = "xyes"; then
- AC_DEFINE([GLUT_H], <GLUT/glut.h>, [Define as glut.h include location])
+ AC_DEFINE([FG_GLUT_H], <GLUT/glut.h>, [Define as glut.h include location])
else
echo "Neither GL/glut.h nor GLUT/glut.h found. Cannot continue"
exit
# include <windows.h>
#endif
-#include GLUT_H // needed before pu.h
+#include FG_GLUT_H // needed before pu.h
#include <plib/pu.h> // plib include
# include <windows.h>
#endif
-#include GLUT_H // needed before pu.h
+#include FG_GLUT_H // needed before pu.h
#include <plib/pu.h> // plib include
#include <FDM/flight.hxx>
#define ENABLE_AUDIO_SUPPORT
#endif
-#ifndef GLUT_H
-#define GLUT_H <GL/glut.h>
-#endif // #ifndef GLUT_H
+#ifndef FG_GLUT_H
+#define FG_GLUT_H <GL/glut.h>
+#endif // #ifndef FG_GLUT_H
// eof - config.h-msvc6 - single flightgear config.h file