blob: d25d85bf5de6086f60e68f3632bd4d5fe6ea0a7d (
plain) (
blame)
1
2
3
4
5
6
|
GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
# Local configure fragment for sysdeps/ia64/elf.
dnl It is always possible to access static and hidden symbols in an
dnl position independent way.
AC_DEFINE(PI_STATIC_AND_HIDDEN)
|