OSDN Git Service

Merge 1.16.1 remote branch 'remotes/busybox/1_16_stable'
[android-x86/external-busybox.git] / include-full / applet_tables.h
index 66ecf27..04b3d26 100644 (file)
@@ -2,6 +2,7 @@
 
 #define NUM_APPLETS 163
 
+#ifndef SKIP_definitions
 const char applet_names[] ALIGN1 = ""
 "[" "\0"
 "[[" "\0"
@@ -502,4 +503,6 @@ const uint16_t applet_nameofs[] ALIGN2 = {
 0x03c0,
 };
 
+#endif /* SKIP_definitions */
+
 #define MAX_APPLET_NAME_LEN 11