mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 09:10:32 -04:00
and native libraries package that has been customized to work with SableVM. WWW: http://www.sablevm.org/
18 lines
647 B
Text
18 lines
647 B
Text
diff -ur sablepath-0.1.3.orig/include/config.h.in sablepath-0.1.3/include/config.h.in
|
|
--- sablepath-0.1.3.orig/include/config.h.in Tue Aug 1 19:14:17 2000
|
|
+++ sablepath-0.1.3/include/config.h.in Tue Jul 9 12:50:16 2002
|
|
@@ -48,8 +48,14 @@
|
|
/* Define if you have the <dirent.h> header file. */
|
|
#undef HAVE_DIRENT_H
|
|
|
|
+/* Define if you have the <endian.h> header file. */
|
|
+#undef HAVE_ENDIAN_H
|
|
+
|
|
/* Define if you have the <fcntl.h> header file. */
|
|
#undef HAVE_FCNTL_H
|
|
+
|
|
+/* Define if you have the <machine/endian.h> header file. */
|
|
+#undef HAVE_MACHINE_ENDIAN_H
|
|
|
|
/* Define if you have the <malloc.h> header file. */
|
|
#undef HAVE_MALLOC_H
|