X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=config.h.in;h=b412155c22774251a324665ded56e9b91b1b089d;hb=d7ab125adb3c7cc5f1b5a7855c497db6649b6143;hp=b3f3a8d60c19036b76c805465396e8cbb82af05a;hpb=fd9ebd8238ed391edfc3600d699567d0cda8e755;p=mono.git diff --git a/config.h.in b/config.h.in index b3f3a8d60c1..b412155c227 100644 --- a/config.h.in +++ b/config.h.in @@ -3,12 +3,46 @@ /* Define if you have the ANSI C header files. */ #undef STDC_HEADERS +#undef HAVE_INET_PTON +#undef HAVE_INET_ATON +#undef HAVE_SOL_IP +#undef HAVE_SOL_TCP +#undef HAVE_IP_PKTINFO +#undef HAVE_STRUCT_IP_MREQN +#undef HAVE_PTHREAD +#undef HAVE_PTHREAD_MUTEX_TIMEDLOCK +#undef USE_MONO_MUTEX +#undef HAVE_LARGE_FILE_SUPPORT +#undef PLATFORM_WIN32 +#undef HAVE_NEW_ICONV +#undef NAME_DEV_RANDOM +#undef HAVE_CRYPT_RNG +#undef HAVE_BOEHM_GC + /* The number of bytes in a void *. */ #undef SIZEOF_VOID_P +/* Define if you have the inet_aton function. */ +#undef HAVE_INET_ATON + +/* Define if you have the inet_pton function. */ +#undef HAVE_INET_PTON + /* Define if you have the header file. */ #undef HAVE_DLFCN_H +/* Define if you have the header file. */ +#undef HAVE_NETDB_H + +/* Define if you have the header file. */ +#undef HAVE_SYS_FILIO_H + +/* Define if you have the header file. */ +#undef HAVE_SYS_SOCKIO_H + +/* Define if you have the header file. */ +#undef HAVE_UTIME_H + /* Name of package */ #undef PACKAGE