diff options
Diffstat (limited to 'gdbsupport/config.in')
-rw-r--r-- | gdbsupport/config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdbsupport/config.in b/gdbsupport/config.in index f6b0159..a7ae23b 100644 --- a/gdbsupport/config.in +++ b/gdbsupport/config.in @@ -28,6 +28,10 @@ /* define if the compiler supports basic C++11 syntax */ #undef HAVE_CXX11 +/* Define to 1 if you have the declaration of `ADDR_NO_RANDOMIZE', and to 0 if + you don't. */ +#undef HAVE_DECL_ADDR_NO_RANDOMIZE + /* Define to 1 if you have the declaration of `asprintf', and to 0 if you don't. */ #undef HAVE_DECL_ASPRINTF |