mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
e82a259642
embedded into other systems as a command, macro, and development prototyping language. FreeBSD uses ficl in its loader. So far we haven't done much more in this area, perhaps importing a port will encourage further fruitful exploitation of this valuable tool.
12 lines
332 B
C
12 lines
332 B
C
--- ficl.h.orig Mon Dec 8 18:33:42 2003
|
|
+++ ficl.h Mon Dec 8 18:33:58 2003
|
|
@@ -163,6 +163,8 @@
|
|
#include "ficlplatform/ansi.h"
|
|
#elif defined(_WIN32)
|
|
#include "ficlplatform/win32.h"
|
|
+#elif defined (FREEBSD)
|
|
+ #include "ficlplatform/unix.h"
|
|
#elif defined (FREEBSD_ALPHA)
|
|
#include "ficlplatform/alpha.h"
|
|
#elif defined(linux)
|