changeset 2636:038f83009cdb

iOS/Android: With no autoconf #define HAVE_PIPE, Android and iOS should have it access to pipe(). iOS was failing to use the domain socket or loopback socket fallback, so make sure we are using pipe().
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 11 Aug 2021 20:32:13 +0000
parents 3ec675648cf5
children 22105f99dd6a
files dwcompat.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/dwcompat.h	Wed Aug 11 11:46:36 2021 +0000
+++ b/dwcompat.h	Wed Aug 11 20:32:13 2021 +0000
@@ -10,6 +10,7 @@
 #include "dwconfig.h"
 #else
 #define HAVE_DIRENT_H 1
+#define HAVE_PIPE 1
 #endif
 
 /* Attempt to include 64 bit file functions on various unix flavors */