15 lines
439 B
Diff
15 lines
439 B
Diff
diff --git a/src/h-config.h b/src/h-config.h
|
|
index b6cf6081..44b8f240 100644
|
|
--- a/src/h-config.h
|
|
+++ b/src/h-config.h
|
|
@@ -207,7 +207,8 @@
|
|
*/
|
|
#if !defined(MACINTOSH) && !defined(WINDOWS) && \
|
|
!defined(MSDOS) && !defined(USE_EMX) && !defined(MACH_O_CARBON) && \
|
|
- !defined(AMIGA) && !defined(ACORN) && !defined(VM)
|
|
+ !defined(AMIGA) && !defined(ACORN) && !defined(VM) && \
|
|
+ !defined(__ANDROID__)
|
|
# define SET_UID
|
|
#endif
|
|
|