diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 2f5124684e..82ade1cec4 100644 --- a/config.h.in +++ b/config.h.in @@ -268,6 +268,9 @@ /* Build glibc with tunables support. */ #define HAVE_TUNABLES 0 +/* Define if PIE is unsupported. */ +#undef PIE_UNSUPPORTED + /* Define if static PIE is supported. */ #undef SUPPORT_STATIC_PIE |