From 5877c21436816ced9dfc1abade6a9e81c9edb230 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Mon, 12 Jan 2015 16:20:24 -0800 Subject: Remove HAVE_SYMLINKS. Change-Id: I685357292af45a048439f0df0ae45f513479841a --- core/combo/include/arch/linux-x86/AndroidConfig.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'core/combo/include/arch/linux-x86') diff --git a/core/combo/include/arch/linux-x86/AndroidConfig.h b/core/combo/include/arch/linux-x86/AndroidConfig.h index 122a82a..c6b02d0 100644 --- a/core/combo/include/arch/linux-x86/AndroidConfig.h +++ b/core/combo/include/arch/linux-x86/AndroidConfig.h @@ -42,12 +42,6 @@ #define HAVE_PTHREADS /* - * Define this if your platforms implements symbolic links - * in its filesystems - */ -#define HAVE_SYMLINKS - -/* * We need to choose between 32-bit and 64-bit off_t. All of our code should * agree on the same size. For desktop systems, use 64-bit values, * because some of our libraries (e.g. wxWidgets) expect to be built that way. -- cgit v1.1