diff options
author | DJ Delorie <dj@redhat.com> | 2003-02-21 17:33:57 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2003-02-21 17:33:57 +0000 |
commit | 900d2082a9fa61194c632af00bfe020f873c4705 (patch) | |
tree | 7a329c93bc3c8f7402bfecae2a69bfaf6baca1df /libiberty/config.in | |
parent | 50ceaba595a68515f995c352bd8028036ca8b422 (diff) | |
download | gdb-900d2082a9fa61194c632af00bfe020f873c4705.zip gdb-900d2082a9fa61194c632af00bfe020f873c4705.tar.gz gdb-900d2082a9fa61194c632af00bfe020f873c4705.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/config.in')
-rw-r--r-- | libiberty/config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libiberty/config.in b/libiberty/config.in index 97c5702..8a267ed 100644 --- a/libiberty/config.in +++ b/libiberty/config.in @@ -114,6 +114,12 @@ /* Define if you have the psignal function. */ #undef HAVE_PSIGNAL +/* Define if you have the pstat_getdynamic function. */ +#undef HAVE_PSTAT_GETDYNAMIC + +/* Define if you have the pstat_getstatic function. */ +#undef HAVE_PSTAT_GETSTATIC + /* Define if you have the putenv function. */ #undef HAVE_PUTENV |