1
0
mirror of https://gitlab.xiph.org/xiph/icecast-common.git synced 2024-06-23 06:25:25 +00:00
Go to file
giles cfb106b16b Add a name mangling mechanism so we can safely compile in code we share with applications that might link with use. Currently only hooked up for the timing liblet, but thread is the real target.
Basically we define _mangle() in config.h, and use that in timing.h (if available) to prepend the package name to all the symbols in the header and including C files. It's thus fairly invisible.

Unfortunately the prefix is hardwired, so it's another thing that has to be maintained by hand (not that is changes often, but we can't make it a macro). AH_VERBATIM seems to be the only way to add a macro that takes arguments, and it explicitly doesn't do shell expansion. Further, @PACKAGE@ substitution doesn't happen on config.h.in. Insert standard autotools frustration here.

svn path=/trunk/timing/; revision=5060
2003-07-04 23:18:26 +00:00
avl Get everthing in make dist, and remove bitkeeper cruft 2003-07-03 12:59:06 +00:00
httpp ermmm, let's use the right operator. 2003-06-18 15:52:25 +00:00
log Get everthing in make dist, and remove bitkeeper cruft 2003-07-03 12:59:06 +00:00
net Get everthing in make dist, and remove bitkeeper cruft 2003-07-03 12:59:06 +00:00
thread Get everthing in make dist, and remove bitkeeper cruft 2003-07-03 12:59:06 +00:00
timing Add a name mangling mechanism so we can safely compile in code we share with applications that might link with use. Currently only hooked up for the timing liblet, but thread is the real target. 2003-07-04 23:18:26 +00:00