X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=config.h.in;h=ee8f509269f9f3f81663afbaa21ed190e73ae412;hb=890e86873774753919b50c6fb43f167d5f3ab5cc;hp=7a138672477430eeb04e106930943178961d01d3;hpb=679ebd0a95a4ecb66d18415ed71bc4393592be62;p=mono.git diff --git a/config.h.in b/config.h.in index 7a138672477..ee8f509269f 100644 --- a/config.h.in +++ b/config.h.in @@ -36,6 +36,7 @@ #undef HAVE_SOCKLEN_T #undef HAVE_TRUNCL #undef HAVE_AINTL +#undef HAVE_SCANDIR #undef HAVE_WORKING_SIGALTSTACK /* Define to 1 if you have the header file. */ @@ -56,9 +57,21 @@ /* Define to 1 if you have the header file. */ #undef HAVE_GC_H +/* Define to 1 if you have the `getgrgid_r' function. */ +#undef HAVE_GETGRGID_R + +/* Define to 1 if you have the `getgrnam_r' function. */ +#undef HAVE_GETGRNAM_R + +/* Define to 1 if you have the `getpwnam_r' function. */ +#undef HAVE_GETPWNAM_R + /* Define to 1 if you have the `getpwuid_r' function. */ #undef HAVE_GETPWUID_R +/* Define to 1 if you have the `getresuid' function. */ +#undef HAVE_GETRESUID + /* Define to 1 if you have the `inet_aton' function. */ #undef HAVE_INET_ATON @@ -80,9 +93,15 @@ /* Define to 1 if you have the `poll' function. */ #undef HAVE_POLL +/* Define to 1 if you have the `pthread_attr_get_np' function. */ +#undef HAVE_PTHREAD_ATTR_GET_NP + /* Define to 1 if you have the `pthread_attr_setstacksize' function. */ #undef HAVE_PTHREAD_ATTR_SETSTACKSIZE +/* Define to 1 if you have the `pthread_getattr_np' function. */ +#undef HAVE_PTHREAD_GETATTR_NP + /* Define to 1 if you have the header file. */ #undef HAVE_PTHREAD_H @@ -92,6 +111,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SEMAPHORE_H +/* Define to 1 if you have the `setresuid' function. */ +#undef HAVE_SETRESUID + /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H @@ -104,6 +126,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_AIO_H + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_FILIO_H @@ -152,6 +177,9 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION +/* Pointer field name in 'union sigval' */ +#undef SIGVAL_PTR + /* The size of a `void *', as computed by sizeof. */ #undef SIZEOF_VOID_P