diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-16 06:20:36 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-16 06:20:36 +0000 |
commit | f0a93313bcc64ffc753f9ee99d418a47bde71fea (patch) | |
tree | fdcc57460fbb06f1f00d5ba43420222a5f020c79 /libiberty/acconfig.h | |
parent | f168acf384947951708e21c84adfad97cd1b9825 (diff) | |
download | gcc-f0a93313bcc64ffc753f9ee99d418a47bde71fea.tar.gz |
Initial revision
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19799 138bc75d-0d04-0410-961f-82ee72b054a4
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 |