You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tqt3/config.tests/x11/notype/notypetest.cpp

12 lines
217 B

/* Sample program for configure to test for broken X11 headers that
confuse gcc 2.95 and better on target platforms such as Solaris.
*/
#include <X11/Xlib.h>
#include <X11/ICE/ICElib.h>
int main()
{
return 0;
}