diff options
Diffstat (limited to 'contrib/bc/acconfig.h')
-rw-r--r-- | contrib/bc/acconfig.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/contrib/bc/acconfig.h b/contrib/bc/acconfig.h new file mode 100644 index 0000000..ff17f82 --- /dev/null +++ b/contrib/bc/acconfig.h @@ -0,0 +1,24 @@ +/* PACKAGE name */ +#undef PACKAGE + +/* Package VERSION number */ +#undef VERSION + +/* VERSION number for DC target*/ +#undef DC_VERSION + +/* COPYRIGHT notice for DC target */ +#undef DC_COPYRIGHT + +/* COPYRIGHT notice for BC target */ +#undef BC_COPYRIGHT + +/* Define to use the readline library. */ +#undef READLINE + +/* Define to use the BSD libedit library. */ +#undef LIBEDIT + +/* Define to `size_t' if <sys/types.h> and <stddef.h> don't define. */ +#undef ptrdiff_t + |