summaryrefslogtreecommitdiff
path: root/config-win32.h
diff options
context:
space:
mode:
authorGisle Vanem <gvanem@broadpark.no>2007-02-06 19:09:57 +0000
committerGisle Vanem <gvanem@broadpark.no>2007-02-06 19:09:57 +0000
commit657c69ce9d12ec0d4e579431fdfc20d3a22298ed (patch)
tree957bb6a79e9a071feec92d78eaafe099c7f603f6 /config-win32.h
parent2776f1ed03e6dcc45d83c26c655de2b5f17c07a6 (diff)
downloadc-ares-657c69ce9d12ec0d4e579431fdfc20d3a22298ed.tar.gz
c-ares-657c69ce9d12ec0d4e579431fdfc20d3a22298ed.tar.bz2
c-ares-657c69ce9d12ec0d4e579431fdfc20d3a22298ed.zip
Added HAVE_PROCESS_H for DOS/Win32.
Include <process.h> for getpid() in ares_init.c.
Diffstat (limited to 'config-win32.h')
-rw-r--r--config-win32.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/config-win32.h b/config-win32.h
index 6fd8118..a445632 100644
--- a/config-win32.h
+++ b/config-win32.h
@@ -38,6 +38,9 @@
/* Define if you have the <time.h> header file. */
#define HAVE_TIME_H 1
+/* Define if you have the <process.h> header file. */
+#define HAVE_PROCESS_H 1
+
/* Define if you have the <unistd.h> header file. */
#if defined(__MINGW32__) || defined(__WATCOMC__) || defined(__LCC__) || \
defined(__POCC__)