Lines Matching refs:h
120 $CC -c -h msglevel 2 conftest.c > /dev/null 2>&1 &&
123 vl_cv_prog_cc_warnings="-h msglevel 2"
125 vl_cv_prog_cc_warnings="-h msglevel 2 -h conform"
184 dnl If the header "GL/gl.h" is found, "HAVE_GL_GL_H" is defined. If the
185 dnl header "OpenGL/gl.h" is found, HAVE_OPENGL_GL_H is defined. These
240 AC_CHECK_HEADERS([GL/gl.h OpenGL/gl.h])
243 AC_CHECK_HEADERS([windows.h])
248 # include <windows.h>
251 # include <GL/gl.h>
253 # include <OpenGL/gl.h>
255 # error no gl.h
318 dnl If the header "GL/glu.h" is found, "HAVE_GL_GLU_H" is defined. If the
319 dnl header "OpenGL/glu.h" is found, HAVE_OPENGL_GLU_H is defined. These
364 AC_CHECK_HEADERS([GL/glu.h OpenGL/glu.h])
370 # include <windows.h>
373 # include <GL/glu.h>
375 # include <OpenGL/glu.h>
377 # error no glu.h
442 # include <GL/glu.h>
444 # include <OpenGL/glu.h>
470 dnl If the header "GL/glut.h" is found, "HAVE_GL_GLUT_H" is defined. If the
471 dnl header "GLUT/glut.h" is found, HAVE_GLUT_GLUT_H is defined. These
510 AC_CHECK_HEADERS([GL/glut.h GLUT/glut.h])
519 # include <windows.h>
522 # include <GL/glut.h>
524 # include <GLUT/glut.h>
526 # error no glut.h
655 dnl We used to check for pthread.h first, but this fails if pthread.h
696 dnl -Kthread: Sequent (threads in libc, but -Kthread needed for pthread.h)
760 dnl Check for various functions. We must include pthread.h,
769 AC_TRY_LINK([#include <pthread.h>
804 AC_TRY_LINK([#include <pthread.h>], [int attr=$attr; return attr;],