filename | config.h.in |
changeset | 174:a89c507a9a8d |
prev | 1:eea311cfd33e |
next | 526:ba3da45b5754 |
author | nkeynes |
date | Wed Sep 19 11:22:43 2007 +0000 (15 years ago) |
permissions | -rw-r--r-- |
last change | Add tests for SHLL, SHLR, SHAL, SHAR, ROTL, ROTR, ROTCL and ROTCR |
file | annotate | diff | log | raw |
1.1 --- a/config.h.in Sat Mar 13 00:03:32 2004 +00001.2 +++ b/config.h.in Wed Sep 19 11:22:43 2007 +00001.3 @@ -25,6 +25,9 @@1.4 /* Define if your <locale.h> file defines LC_MESSAGES. */1.5 #undef HAVE_LC_MESSAGES1.7 +/* Define to 1 if you have the `GL' library (-lGL). */1.8 +#undef HAVE_LIBGL1.9 +1.10 /* Define to 1 if you have the <locale.h> header file. */1.11 #undef HAVE_LOCALE_H
.