*/
extern int ap_os_is_path_absolute(const char *file);
-extern int ap_spawnvp(const char *file, char *const argv[]);
#define ap_os_is_filename_valid(f) (1)
#define ap_os_kill(pid, sig) kill(pid, sig)
#define INLINE extern ap_inline
INLINE int ap_os_is_path_absolute(const char *file);
-/* spawn = fork + exec on unix */
-INLINE int ap_spawnvp(const char *file, char *const argv[]);
#include "os-inline.c"
* as normal
*/
extern int ap_os_is_path_absolute(const char *file);
-extern int ap_spawnvp(const char *file, char *const argv[]);
#endif
/* Other ap_os_ routines not used by this platform */
/* char *crypt(const char *pw, const char *salt); */
#define crypt(buf,salt) (buf)
-/* Use the Windows built ap_context_t n 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>
ap_soft_timeout
ap_some_auth_required
ap_spawn_child
-ap_spawnvp
ap_sync_scoreboard_image
ap_srm_command_loop
ap_standalone