forked from Lainports/opnsense-ports
18 lines
409 B
C
18 lines
409 B
C
--- lib-src/libnyquist/nyquist/xlisp/xlisp.h.orig 2022-09-22 16:16:06 UTC
|
|
+++ lib-src/libnyquist/nyquist/xlisp/xlisp.h
|
|
@@ -181,6 +181,15 @@ extern long ptrtoabs();
|
|
#endif
|
|
#endif
|
|
|
|
+/* FreeBSD */
|
|
+#ifdef __FreeBSD__
|
|
+#if __BYTE_ORDER == __LITTLE_ENDIAN
|
|
+#define XL_LITTLE_ENDIAN
|
|
+#else
|
|
+#define XL_BIG_ENDIAN
|
|
+#endif
|
|
+#endif
|
|
+
|
|
/* Apple CC (xcode, macOS, macintosh) */
|
|
#ifdef __APPLE__
|
|
#define NNODES 2000
|