/* This test makes sure that all Pango headers can be included * and compiled in a C++ program. */ #include #ifdef HAVE_WIN32 #include #endif #ifdef HAVE_XFT #include #endif #ifdef HAVE_FREETYPE #include #endif #ifdef HAVE_CAIRO #include #endif int main () { return 0; }