X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=config.h.in;h=0d6a9fa6cdf533483e197a65e9d09dcf014e7704;hp=2be7888b39a00d587bb4121155d9dd74608a959e;hb=f96b27f98d583f0421a30c553f7aac93ecaf2ddb;hpb=6b3768e8c544739ae53321539cb4d1e3112ded1b diff --git a/config.h.in b/config.h.in index 2be7888b..0d6a9fa6 100644 --- a/config.h.in +++ b/config.h.in @@ -3,14 +3,14 @@ /* Define if lex declares yytext as a char * by default, not a char[]. */ #undef YYTEXT_POINTER -/* Define to the name of the distribution. */ -#undef PACKAGE +/* The number of bytes in a long. */ +#undef SIZEOF_LONG -/* Define to the version of the distribution. */ -#undef VERSION +/* The number of bytes in a long double. */ +#undef SIZEOF_LONG_DOUBLE -/* Define if you have the strdup function. */ -#undef HAVE_STRDUP +/* The number of bytes in a long long. */ +#undef SIZEOF_LONG_LONG /* Define if you have the header file. */ #undef HAVE_CLN_CLN_H @@ -59,3 +59,10 @@ /* Define if you have the stdc++ library (-lstdc++). */ #undef HAVE_LIBSTDC__ + +/* Name of package */ +#undef PACKAGE + +/* Version number of package */ +#undef VERSION +