Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2004-04-02 20:27:38 +0400
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2004-04-02 20:27:38 +0400
commit679ebd0a95a4ecb66d18415ed71bc4393592be62 (patch)
tree4933a974a1acc0bc0dc13f8d1dd6babfa5b3b240 /config.h.in
parent2fdc1dbe2a7f65ce54c67799b13743168a89d4cd (diff)
2004-04-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* config.h.in: added HAVE_GETPWUID_R * configure.in: check for getpwuid_r. * mono/io-layer/security.c: use getpwuid_r if available. This one is thread-safe. svn path=/trunk/mono/; revision=24977
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 014306c13d4..7a138672477 100644
--- a/config.h.in
+++ b/config.h.in
@@ -56,6 +56,9 @@
/* Define to 1 if you have the <gc.h> header file. */
#undef HAVE_GC_H
+/* Define to 1 if you have the `getpwuid_r' function. */
+#undef HAVE_GETPWUID_R
+
/* Define to 1 if you have the `inet_aton' function. */
#undef HAVE_INET_ATON