X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=config.h.in;h=11af946803081979fe6597d38892bb460c19f5d4;hb=4a451851ec51ea7c3b79534fa5faebadceedf4df;hp=8d7f60d64b7ca8e2960b01cc7fbe84465698782c;hpb=89b2d18e3747f0190bcb3dd5ccb48c7b8d186e48;p=freeglut diff --git a/config.h.in b/config.h.in index 8d7f60d..11af946 100644 --- a/config.h.in +++ b/config.h.in @@ -13,9 +13,6 @@ #cmakedefine HAVE_GETTIMEOFDAY #cmakedefine HAVE_VFPRINTF #cmakedefine HAVE_DOPRNT -#cmakedefine HAVE_SINF -#cmakedefine HAVE_COSF -#cmakedefine HAVE_SQRTF #cmakedefine NEED_XPARSEGEOMETRY_IMPL #cmakedefine HAVE_STDINT_H #cmakedefine HAVE_INTTYPES_H @@ -26,3 +23,7 @@ #define VERSION_MAJOR @VERSION_MAJOR@ #define VERSION_MINOR @VERSION_MINOR@ #define VERSION_PATCH @VERSION_PATCH@ + +/* warning and errors printed? */ +#define FREEGLUT_WARNINGS @FREEGLUT_WARNINGS@ +#define FREEGLUT_ERRORS @FREEGLUT_ERRORS@