Go to the documentation of this file. 2 #ifndef VTKREMOTINGSETTINGS_EXPORT_H 3 #define VTKREMOTINGSETTINGS_EXPORT_H 5 #ifdef VTKREMOTINGSETTINGS_STATIC_DEFINE 6 # define VTKREMOTINGSETTINGS_EXPORT 7 # define VTKREMOTINGSETTINGS_NO_EXPORT 9 # ifndef VTKREMOTINGSETTINGS_EXPORT 10 # ifdef RemotingSettings_EXPORTS 12 # define VTKREMOTINGSETTINGS_EXPORT __attribute__((visibility("default"))) 15 # define VTKREMOTINGSETTINGS_EXPORT __attribute__((visibility("default"))) 19 # ifndef VTKREMOTINGSETTINGS_NO_EXPORT 20 # define VTKREMOTINGSETTINGS_NO_EXPORT __attribute__((visibility("hidden"))) 24 #ifndef VTKREMOTINGSETTINGS_DEPRECATED 25 # define VTKREMOTINGSETTINGS_DEPRECATED __attribute__ ((__deprecated__)) 28 #ifndef VTKREMOTINGSETTINGS_DEPRECATED_EXPORT 29 # define VTKREMOTINGSETTINGS_DEPRECATED_EXPORT VTKREMOTINGSETTINGS_EXPORT VTKREMOTINGSETTINGS_DEPRECATED 32 #ifndef VTKREMOTINGSETTINGS_DEPRECATED_NO_EXPORT 33 # define VTKREMOTINGSETTINGS_DEPRECATED_NO_EXPORT VTKREMOTINGSETTINGS_NO_EXPORT VTKREMOTINGSETTINGS_DEPRECATED 37 # ifndef VTKREMOTINGSETTINGS_NO_DEPRECATED 38 # define VTKREMOTINGSETTINGS_NO_DEPRECATED