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"