PDI 1.5.5
	the PDI data interface
 
    5#ifdef PDI_STATIC_DEFINE 
   12#      define PDI_EXPORT __attribute__((visibility("default")))
 
   15#      define PDI_EXPORT __attribute__((visibility("default")))
 
   20#    define PDI_NO_EXPORT __attribute__((visibility("hidden")))
 
   25#  define PDI_DEPRECATED __attribute__ ((__deprecated__)) 
   28#ifndef PDI_DEPRECATED_EXPORT 
   29#  define PDI_DEPRECATED_EXPORT PDI_EXPORT PDI_DEPRECATED 
   32#ifndef PDI_DEPRECATED_NO_EXPORT 
   33#  define PDI_DEPRECATED_NO_EXPORT PDI_NO_EXPORT PDI_DEPRECATED 
   37#  ifndef PDI_NO_DEPRECATED 
   38#    define PDI_NO_DEPRECATED