diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2016-03-11 01:01:58 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2016-03-11 01:01:58 +0000 |
| commit | 914248bbf04675f2e8096dadae4ffa35e6982293 (patch) | |
| tree | 2e08e3223366ee071cda612dd40121e19dd30d82 /Android/config.h | |
| parent | ac1932eaa7630d8dbe07846f027986f77afa6b5a (diff) | |
Android version compiles and links. Won't run yet.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11344 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'Android/config.h')
| -rw-r--r-- | Android/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Android/config.h b/Android/config.h index 97133f88c..e3bea933c 100644 --- a/Android/config.h +++ b/Android/config.h @@ -254,8 +254,8 @@ * Do we have POSIX locale support? */ -#define HAVE_LOCALE_H 1 -#define HAVE_LOCALECONV 1 +//#undef HAVE_LOCALE_H +//#undef HAVE_LOCALECONV /* * HAVE_SYS_SELECT_H: |
