summaryrefslogtreecommitdiff
path: root/threadproc
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2009-12-18 06:10:44 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2009-12-18 06:10:44 +0000
commit1636bb46c455dfd2f8cdcc6a784c5d78cc0f6b1f (patch)
treee2960e57b728093f1569dda10cd6c2a4f00b4a39 /threadproc
parent989f89140ccddd2385ce10e3df672697512b559f (diff)
downloadlibapr-1636bb46c455dfd2f8cdcc6a784c5d78cc0f6b1f.tar.gz
Finish removing apu_config.h[n]w templates, these need synchronization w/unix
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@892148 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'threadproc')
-rw-r--r--threadproc/win32/proc.c2
-rw-r--r--threadproc/win32/thread.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/threadproc/win32/proc.c b/threadproc/win32/proc.c
index 08ea918a0..c54d556af 100644
--- a/threadproc/win32/proc.c
+++ b/threadproc/win32/proc.c
@@ -28,7 +28,7 @@
#include <signal.h>
#endif
#include <string.h>
-#if APR_HAVE_PROCESS_H
+#ifdef HAVE_PROCESS_H
#include <process.h>
#endif
diff --git a/threadproc/win32/thread.c b/threadproc/win32/thread.c
index 25034571e..9b9473ad5 100644
--- a/threadproc/win32/thread.c
+++ b/threadproc/win32/thread.c
@@ -20,7 +20,7 @@
#include "apr_general.h"
#include "apr_lib.h"
#include "apr_portable.h"
-#if APR_HAVE_PROCESS_H
+#ifdef HAVE_PROCESS_H
#include <process.h>
#endif
#include "apr_arch_misc.h"