diff options
Diffstat (limited to 'bfd/config.in')
-rw-r--r-- | bfd/config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/config.in b/bfd/config.in index 51fa45b..abb2c78 100644 --- a/bfd/config.in +++ b/bfd/config.in @@ -67,9 +67,15 @@ /* Define if you have the getcwd function. */ #undef HAVE_GETCWD +/* Define if you have the getgid function. */ +#undef HAVE_GETGID + /* Define if you have the getpagesize function. */ #undef HAVE_GETPAGESIZE +/* Define if you have the getuid function. */ +#undef HAVE_GETUID + /* Define if you have the madvise function. */ #undef HAVE_MADVISE |