X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=config.h.in;h=b2c1b2443e63ac13f0d6aedc7257849b171da78b;hp=a60a0fc126236cd4889414ba46d0d8cd18f7d9d6;hb=c443cf647bbac14c9c3eed2565fd2df70fab9a84;hpb=5c0989497994b35faa9c17b18f936c21dbb22d78 diff --git a/config.h.in b/config.h.in index a60a0fc1..b2c1b244 100644 --- a/config.h.in +++ b/config.h.in @@ -1,13 +1,22 @@ /* config.h.in. Generated automatically from configure.in by autoheader. */ -/* Define if you have the ANSI C header files. */ -#undef STDC_HEADERS - /* Define if lex declares yytext as a char * by default, not a char[]. */ #undef YYTEXT_POINTER -/* Define if you have the strdup function. */ -#undef HAVE_STRDUP +/* Current GiNaC archive file version number. */ +#undef ARCHIVE_VERSION + +/* GiNaC archive file version age. */ +#undef ARCHIVE_AGE + +/* The number of bytes in a long. */ +#undef SIZEOF_LONG + +/* The number of bytes in a long double. */ +#undef SIZEOF_LONG_DOUBLE + +/* The number of bytes in a long long. */ +#undef SIZEOF_LONG_LONG /* Define if you have the header file. */ #undef HAVE_CLN_CLN_H @@ -56,3 +65,10 @@ /* Define if you have the stdc++ library (-lstdc++). */ #undef HAVE_LIBSTDC__ + +/* Name of package */ +#undef PACKAGE + +/* Version number of package */ +#undef VERSION +