mirror of
https://github.com/samba-team/samba.git
synced 2025-11-29 16:23:52 +03:00
to not export symbols when building shared libraries. Symbols that have to be available to users of the library can be explicitly exported by prepending them with _PUBLIC_ in the C source.