and NO_RELIABLE_PIPED_LOGS.
Submitted by: Ryan Bloom, Manoj Kasichainula
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83799
13f79535-47bb-0310-9956-
ffa450edef68
/* char *crypt(const char *pw, const char *salt); */
#define crypt(buf,salt) (buf)
+/* Use the Windows built-in spawnvp */
+#define ap_spawnvp(file, argv) (spawnvp(file, argv))
+
/* Although DIR_TYPE is dirent (see nt/readdir.h) we need direct.h for
chdir() */
#include <direct.h>
#define NO_SLACK
#include <stddef.h>
-#define NO_OTHER_CHILD
-#define NO_RELIABLE_PIPED_LOGS
-
__inline int ap_os_is_path_absolute(const char *file)
{
/* For now, just do the same check that http_request.c and mod_alias.c