summaryrefslogtreecommitdiff
path: root/unix
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-02-06 21:11:19 +0000
committerDamien George <damien.p.george@gmail.com>2014-02-06 21:11:19 +0000
commit354d15a964474b0ced060abfbb8f889be8ce8efd (patch)
tree75fda8eda709fa29bc0d649967119653f4fe71d7 /unix
parent64131f321544a28a193e54b1241c8d2efc9ae313 (diff)
Implement fixed buffer vstrs; use them for import path.
Diffstat (limited to 'unix')
-rw-r--r--unix/mpconfigport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/mpconfigport.h b/unix/mpconfigport.h
index 5eba0df61..dc9297010 100644
--- a/unix/mpconfigport.h
+++ b/unix/mpconfigport.h
@@ -15,6 +15,7 @@
#define MICROPY_ENABLE_SOURCE_LINE (1)
#define MICROPY_ENABLE_FLOAT (1)
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_LONGLONG)
+#define MICROPY_PATH_MAX (PATH_MAX)
// type definitions for the specific machine