Warning, /multimedia/libkcddb/libkcddb/compatheader.h.in is written in an unsupported language. File is not indexed.

0001 #include <kcddb/kcddb_export.h>
0002 
0003 #if KCDDB_ENABLE_DEPRECATED_SINCE(5, 1)
0004 #   include <kcddb/@NEWHEADER_NAME@>
0005 #   if KCDDB_DEPRECATED_WARNINGS_SINCE >= 0x050100
0006 #       pragma message("Deprecated header. Since 5.1, use #include <@NEW_INCLUDE@> instead")
0007 #   endif
0008 #else
0009 #   error "Include of deprecated header is disabled"
0010 #endif