X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fconfig.h.in;h=d81ca78377c1ed0f43771d6670c963e74a3795d2;hb=30b24ded6ed997a892bb62cbf1479ef047fbac01;hp=044ca4c5ee7b6275b093bf0c0b7a86966cbb07e8;hpb=f84efc9c5a13e16a2f4afd1d4c7da7c775425d9b;p=ghc-hetmet.git diff --git a/mk/config.h.in b/mk/config.h.in index 044ca4c..d81ca78 100644 --- a/mk/config.h.in +++ b/mk/config.h.in @@ -141,9 +141,12 @@ /* Define if readline plus any additional libs needed for it exist */ #undef HAVE_READLINE_LIBS -/* Define if readline has version >= 4.x. */ +/* Define if readline has version >= 4.0. */ #undef HAVE_READLINE_4 +/* Define if readline has version >= 4.2. */ +#undef HAVE_READLINE_4_2 + /* Define if time.h or sys/time.h define the timezone variable */ #undef HAVE_TIMEZONE @@ -626,6 +629,9 @@ /* Define if you have the access function. */ #undef HAVE_ACCESS +/* Define if you have the header file. */ +#undef HAVE_ARPA_INET_H + /* Define if you have the dlopen function. */ #undef HAVE_DLOPEN @@ -788,6 +794,12 @@ /* Define if you have the header file. */ #undef HAVE_MEMORY_H +/* Define if you have the header file. */ +#undef HAVE_NETDB_H + +/* Define if you have the header file. */ +#undef HAVE_NETINET_IN_H + /* Define if you have the header file. */ #undef HAVE_NETINET_TCP_H @@ -878,6 +890,9 @@ /* Define if you have the header file. */ #undef HAVE_SYS_TYPES_H +/* Define if you have the header file. */ +#undef HAVE_SYS_UN_H + /* Define if you have the header file. */ #undef HAVE_SYS_UTSNAME_H