Revision 16240,
1.1 KB
checked in by rbasch, 24 years ago
(diff) |
Changes to support preload on IRIX, using _RLDN32_LIST. Hack build
system to pass -init <function> argument to the linker, since libtool
does not seem to support passing extra arguments to the linker when
building a shared library.
Eliminate buffer overrun in restore_env() (was not allocating enough
space for the new environment string).
Fix removal of LD_PRELOAD from the environment (search for foo.so,
not foo.so.0).
|
Line | |
---|
1 | /* acconfig.h |
---|
2 | This file is in the public domain. |
---|
3 | |
---|
4 | Descriptive text for the C preprocessor macros that |
---|
5 | the distributed Autoconf macros can define. |
---|
6 | No software package will use all of them; autoheader copies the ones |
---|
7 | your configure.in uses into your configuration header file templates. |
---|
8 | |
---|
9 | The entries are in sort -df order: alphabetical, case insensitive, |
---|
10 | ignoring punctuation (such as underscores). Although this order |
---|
11 | can split up related entries, it makes it easier to check whether |
---|
12 | a given entry is in the file. |
---|
13 | |
---|
14 | Leave the following blank line there!! Autoheader needs it. */ |
---|
15 | |
---|
16 | |
---|
17 | /* These get defined to the version numbers in configure.in */ |
---|
18 | |
---|
19 | #undef PACKAGE |
---|
20 | #undef VERSION |
---|
21 | |
---|
22 | /* Define if dlsym automatically supplies a leading underscore. */ |
---|
23 | #undef DLSYM_ADDS_USCORE |
---|
24 | |
---|
25 | #undef MULTI_PRELOAD |
---|
26 | |
---|
27 | #undef DEFAULT_TIMEOUT |
---|
28 | |
---|
29 | #undef RLD_LIST |
---|
30 | |
---|
31 | |
---|
32 | /* Leave that blank line there!! Autoheader needs it. |
---|
33 | If you're adding to this file, keep in mind: |
---|
34 | The entries are in sort -df order: alphabetical, case insensitive, |
---|
35 | ignoring punctuation (such as underscores). */ |
---|
Note: See
TracBrowser
for help on using the repository browser.