#ifndef VTKIOCGNSREADER_EXPORT_H #define VTKIOCGNSREADER_EXPORT_H #ifdef VTKIOCGNSREADER_STATIC_DEFINE # define VTKIOCGNSREADER_EXPORT # define VTKIOCGNSREADER_NO_EXPORT #else # ifndef VTKIOCGNSREADER_EXPORT # ifdef IOCGNSReader_EXPORTS /* We are building this library */ # define VTKIOCGNSREADER_EXPORT __attribute__((visibility("default"))) # else /* We are using this library */ # define VTKIOCGNSREADER_EXPORT __attribute__((visibility("default"))) # endif # endif # ifndef VTKIOCGNSREADER_NO_EXPORT # define VTKIOCGNSREADER_NO_EXPORT __attribute__((visibility("hidden"))) # endif #endif #ifndef VTKIOCGNSREADER_DEPRECATED # define VTKIOCGNSREADER_DEPRECATED __attribute__ ((__deprecated__)) #endif #ifndef VTKIOCGNSREADER_DEPRECATED_EXPORT # define VTKIOCGNSREADER_DEPRECATED_EXPORT VTKIOCGNSREADER_EXPORT VTKIOCGNSREADER_DEPRECATED #endif #ifndef VTKIOCGNSREADER_DEPRECATED_NO_EXPORT # define VTKIOCGNSREADER_DEPRECATED_NO_EXPORT VTKIOCGNSREADER_NO_EXPORT VTKIOCGNSREADER_DEPRECATED #endif /* NOLINTNEXTLINE(readability-avoid-unconditional-preprocessor-if) */ #if 0 /* DEFINE_NO_DEPRECATED */ # ifndef VTKIOCGNSREADER_NO_DEPRECATED # define VTKIOCGNSREADER_NO_DEPRECATED # endif #endif #endif /* VTKIOCGNSREADER_EXPORT_H */