MySQL 9.0.0
Source Code Documentation
http_auth_backend_export.h File Reference

Go to the source code of this file.

Macros

#define HTTP_AUTH_BACKEND_EXPORT   __attribute__((visibility("default")))
 
#define HTTP_AUTH_BACKEND_NO_EXPORT   __attribute__((visibility("hidden")))
 
#define HTTP_AUTH_BACKEND_DEPRECATED   __attribute__ ((__deprecated__))
 
#define HTTP_AUTH_BACKEND_DEPRECATED_EXPORT   HTTP_AUTH_BACKEND_EXPORT HTTP_AUTH_BACKEND_DEPRECATED
 
#define HTTP_AUTH_BACKEND_DEPRECATED_NO_EXPORT   HTTP_AUTH_BACKEND_NO_EXPORT HTTP_AUTH_BACKEND_DEPRECATED
 

Macro Definition Documentation

◆ HTTP_AUTH_BACKEND_DEPRECATED

#define HTTP_AUTH_BACKEND_DEPRECATED   __attribute__ ((__deprecated__))

◆ HTTP_AUTH_BACKEND_DEPRECATED_EXPORT

#define HTTP_AUTH_BACKEND_DEPRECATED_EXPORT   HTTP_AUTH_BACKEND_EXPORT HTTP_AUTH_BACKEND_DEPRECATED

◆ HTTP_AUTH_BACKEND_DEPRECATED_NO_EXPORT

#define HTTP_AUTH_BACKEND_DEPRECATED_NO_EXPORT   HTTP_AUTH_BACKEND_NO_EXPORT HTTP_AUTH_BACKEND_DEPRECATED

◆ HTTP_AUTH_BACKEND_EXPORT

#define HTTP_AUTH_BACKEND_EXPORT   __attribute__((visibility("default")))

◆ HTTP_AUTH_BACKEND_NO_EXPORT

#define HTTP_AUTH_BACKEND_NO_EXPORT   __attribute__((visibility("hidden")))