libzypp
10.5.0
|
00001 /*---------------------------------------------------------------------\ 00002 | ____ _ __ __ ___ | 00003 | |__ / \ / / . \ . \ | 00004 | / / \ V /| _/ _/ | 00005 | / /__ | | | | | | | 00006 | /_____||_| |_| |_| | 00007 | | 00008 \---------------------------------------------------------------------*/ 00044 #if __GNUC__ - 0 > 3 || (__GNUC__ - 0 == 3 && __GNUC_MINOR__ - 0 >= 2) 00045 #ifndef ZYPP_DEPRECATED 00046 #define ZYPP_DEPRECATED __attribute__ ((deprecated)) 00047 #endif 00048 #else 00049 #ifndef ZYPP_DEPRECATED 00050 #define ZYPP_DEPRECATED 00051 #endif 00052 #endif 00053