mirror of
https://github.com/samba-team/samba.git
synced 2025-11-22 16:23:49 +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.