···11+/* This header was made by configure */
22+#ifndef __BUILD_AUTOCONF_H
33+#define __BUILD_AUTOCONF_H
44+55+/* lower case names match the what's exported in the Makefile
66+ * upper case name looks nicer in the code */
77+88+#define arch_none 0
99+#define ARCH_NONE 0
1010+1111+#define arch_sh 1
1212+#define ARCH_SH 1
1313+1414+#define arch_m68k 2
1515+#define ARCH_M68K 2
1616+1717+#define arch_arm 3
1818+#define ARCH_ARM 3
1919+2020+#define arch_mips 4
2121+#define ARCH_MIPS 4
2222+2323+#define arch_x86 5
2424+#define ARCH_X86 5
2525+2626+#define arch_amd64 6
2727+#define ARCH_AMD64 6
2828+2929+#define ARM_PROFILE_CLASSIC 0 /* Classic ARM cores (<= ARMv6) */
3030+#define ARM_PROFILE_MICRO 1 /* ARMv6/ARMv7+ M-profile cores */
3131+3232+/* Define target machine architecture */
3333+#define ARCH arch_none
3434+/* Optionally define architecture version and/or profile */
3535+3636+/* Define endianess for the target or simulator platform */
3737+#define ROCKBOX_LITTLE_ENDIAN 1
3838+3939+/* Define the GCC version used for the build */
4040+#define GCCNUM 1502
4141+4242+/* Define this if you build rockbox to support the logf logging and display */
4343+#undef ROCKBOX_HAS_LOGF
4444+4545+/* Define this if you want logf to output to the serial port */
4646+#undef LOGF_SERIAL
4747+4848+/* Define this to record a chart with timings for the stages of boot */
4949+#undef DO_BOOTCHART
5050+5151+/* optional define for FM radio mod for iAudio M5 */
5252+5353+/* optional define for USB Serial */
5454+5555+/* optional defines for RTC mod for h1x0 */
5656+5757+/* the threading backend we use */
5858+#define HAVE_SIGALTSTACK_THREADS
5959+6060+/* lcd dimensions for application builds from configure */
6161+#define LCD_WIDTH 320
6262+#define LCD_HEIGHT 240
6363+6464+/* root of Rockbox */
6565+#define ROCKBOX_DIR "/.rockbox"
6666+#define ROCKBOX_SHARE_PATH "/usr/local/share/rockbox"
6767+#define ROCKBOX_BINARY_PATH "/usr/local/bin"
6868+#define ROCKBOX_LIBRARY_PATH "/usr/local/lib"
6969+7070+#define CONFIG_SERVER
7171+#define ZIG_APP
7272+#define ROCKBOX_SERVER
7373+7474+/* linker feature test macro for validating cross-section references */
7575+#undef HAVE_NOCROSSREFS_TO
7676+7777+#endif /* __BUILD_AUTOCONF_H */