diff options
Diffstat (limited to 'libiberty/acconfig.h')
-rw-r--r-- | libiberty/acconfig.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libiberty/acconfig.h b/libiberty/acconfig.h new file mode 100644 index 00000000000..f7c599df7ac --- /dev/null +++ b/libiberty/acconfig.h @@ -0,0 +1,11 @@ +/* Define if you have the sys_errlist variable. */ +#undef HAVE_SYS_ERRLIST + +/* Define if you have the sys_nerr variable. */ +#undef HAVE_SYS_NERR + +/* Define if you have the sys_siglist variable. */ +#undef HAVE_SYS_SIGLIST + +/* Define if you have the strerror function. */ +#undef HAVE_STRERROR |