diff options
author | Elliott Hughes <enh@google.com> | 2015-01-12 16:20:24 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2015-01-12 17:21:01 -0800 |
commit | 5877c21436816ced9dfc1abade6a9e81c9edb230 (patch) | |
tree | 8ad338b98f0a7cd33921b6d5d72e7695b2093190 /core/combo/include/arch/linux-x86 | |
parent | 1e61f12f1ecf42c91f71bcc7610a25d83ca738d9 (diff) | |
download | build-5877c21436816ced9dfc1abade6a9e81c9edb230.zip build-5877c21436816ced9dfc1abade6a9e81c9edb230.tar.gz build-5877c21436816ced9dfc1abade6a9e81c9edb230.tar.bz2 |
Remove HAVE_SYMLINKS.
Change-Id: I685357292af45a048439f0df0ae45f513479841a
Diffstat (limited to 'core/combo/include/arch/linux-x86')
-rw-r--r-- | core/combo/include/arch/linux-x86/AndroidConfig.h | 6 |
1 files changed, 0 insertions, 6 deletions
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. |