diff options
Diffstat (limited to 'libcpp/config.in')
-rw-r--r-- | libcpp/config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libcpp/config.in b/libcpp/config.in index 8cf8ceb..d7f67a6 100644 --- a/libcpp/config.in +++ b/libcpp/config.in @@ -26,6 +26,10 @@ */ #undef HAVE_DECL_ABORT +/* Define to 1 if you have the declaration of `basename', and to 0 if you + don't. */ +#undef HAVE_DECL_BASENAME + /* Define to 1 if you have the declaration of `errno', and to 0 if you don't. */ #undef HAVE_DECL_ERRNO @@ -46,6 +50,10 @@ you don't. */ #undef HAVE_DECL_FWRITE_UNLOCKED +/* Define to 1 if you have the declaration of `getopt', and to 0 if you don't. + */ +#undef HAVE_DECL_GETOPT + /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you don't. */ #undef HAVE_DECL_PUTC_UNLOCKED |