OXY-AUTHENTICATION 1.0
OXY-AUTHENTICATION Library Documentation
Loading...
Searching...
No Matches
config.hpp File Reference

Configuration header for the oxy authentication library. More...

Macros

#define OXY_AUTHENTICATION_API   BOOST_SYMBOL_IMPORT
#define OXY_DYN_LINK
#define OXY_LIB_NAME   oxy-authentication

Detailed Description

Configuration header for the oxy authentication library.

This header defines macros for exporting and importing symbols in the oxy authentication library, as well as automatic linking to the correct build variant where possible. It uses Boost's configuration macros to handle symbol visibility across different platforms and compilers.

Note
The OXY_AUTHENTICATION_EXPORTS macro should be defined when building the oxy authentication library, and not defined when using the library in other projects. This ensures that the correct symbol visibility is applied for shared library usage.