summaryrefslogtreecommitdiff
path: root/rtl/openbsd/rtldefs.inc
diff options
context:
space:
mode:
Diffstat (limited to 'rtl/openbsd/rtldefs.inc')
-rw-r--r--rtl/openbsd/rtldefs.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/rtl/openbsd/rtldefs.inc b/rtl/openbsd/rtldefs.inc
index 8d371ca8a1..3376428f5e 100644
--- a/rtl/openbsd/rtldefs.inc
+++ b/rtl/openbsd/rtldefs.inc
@@ -16,3 +16,9 @@
{ the single byte OS APIs always use UTF-8 }
{ define FPCRTL_FILESYSTEM_UTF8}
+
+{ The OS supports a single byte file system operations API that we use }
+{$define FPCRTL_FILESYSTEM_SINGLE_BYTE_API}
+
+{ The OS supports a two byte file system operations API that we use }
+{ define FPCRTL_FILESYSTEM_TWO_BYTE_API}