aboutsummaryrefslogtreecommitdiff
path: root/ares/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
commitfabbb3fc34aa70dc53b384fe5c51de8440215f90 (patch)
tree94e24e9b0d8c95424720173114ebeda94cfa1e95 /ares/config-win32.h
parent1db063e70532c431f6b4043257836e6ce04a976e (diff)
Added HAVE_PROCESS_H for DOS/Win32.
Include <process.h> for getpid() in ares_init.c.
Diffstat (limited to 'ares/config-win32.h')
-rw-r--r--ares/config-win32.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ares/config-win32.h b/ares/config-win32.h
index 6fd81181e..a44563204 100644
--- a/ares/config-win32.h
+++ b/ares/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__)