libreoffice/config_host/config_clang.h.in

21 lines
358 B
C
Raw Normal View History

2012-12-23 22:38:34 +01:00
/*
Settings related to Clang compiler plugins.
*/
#ifndef CONFIG_CLANG_H
#define CONFIG_CLANG_H
#undef BUILDDIR
2012-12-23 22:38:34 +01:00
#undef SRCDIR
#undef WORKDIR
2012-12-23 22:38:34 +01:00
#undef CLANG_VERSION
/* This is actually unused, but it should change whenever Clang changes,
thus causing update of this .h file and triggering rebuild of our Clang plugin. */
#undef CLANG_FULL_VERSION
2012-12-23 22:38:34 +01:00
#endif