summaryrefslogtreecommitdiff
path: root/jni/iconv/include/export.h
diff options
context:
space:
mode:
Diffstat (limited to 'jni/iconv/include/export.h')
-rw-r--r--jni/iconv/include/export.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/jni/iconv/include/export.h b/jni/iconv/include/export.h
deleted file mode 100644
index 62fb77b..0000000
--- a/jni/iconv/include/export.h
+++ /dev/null
@@ -1,6 +0,0 @@
-
-#if @HAVE_VISIBILITY@ && BUILDING_LIBICONV
-#define LIBICONV_DLL_EXPORTED __attribute__((__visibility__("default")))
-#else
-#define LIBICONV_DLL_EXPORTED
-#endif