mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 08:12:27 -04:00
Create a seperate symbol file for hesiod and conditionally include it. This allows linkage with --no-undefined-version. Differential Revision: https://reviews.freebsd.org/D44184
12 lines
156 B
Text
12 lines
156 B
Text
FBSD_1.0 {
|
|
hesiod_init;
|
|
hesiod_end;
|
|
hesiod_to_bind;
|
|
hesiod_resolve;
|
|
hesiod_free_list;
|
|
hes_init;
|
|
hes_to_bind;
|
|
hes_resolve;
|
|
hes_error;
|
|
hes_free;
|
|
};
|