diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 70d805b4f8..014d841187 100644 --- a/config.h.in +++ b/config.h.in @@ -135,6 +135,10 @@ sections. */ #undef HAVE_INITFINI_ARRAY +/* Define if the access to static and hidden variables is position independent + and does not need relocations. */ +#undef PI_STATIC_AND_HIDDEN + /* Defined to some form of __attribute__ ((...)) if the compiler supports a different, more efficient calling convention. */ |