Main Page   Class Hierarchy   Compound List   File List   Compound Members  

config.h

00001 /* src/config.h.  Generated automatically by configure.  */
00002 /* src/config.h.in.  Generated automatically from configure.ac by autoheader.  */
00003 
00004 /* Define if you have the `GL' library (-lGL). */
00005 #define HAVE_LIBGL 1
00006 
00007 /* Define if you have the `GLU' library (-lGLU). */
00008 #define HAVE_LIBGLU 1
00009 
00010 /* Define if you have the `glut' library (-lglut). */
00011 #define HAVE_LIBGLUT 1
00012 
00013 /* Windows doesn't know about pi? */
00014 #ifdef WIN32
00015 #define M_PI 3.1415926535897932
00016 #endif
00017 
00018 /* Name of package */
00019 #define PACKAGE "rubik"
00020 
00021 /* Version number of package */
00022 #define VERSION "0.0.7"

Generated on Wed Jan 23 17:53:15 2002 for rubik by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001