diff options
author | Damien George <damien.p.george@gmail.com> | 2014-02-06 21:11:19 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-02-06 21:11:19 +0000 |
commit | 354d15a964474b0ced060abfbb8f889be8ce8efd (patch) | |
tree | 75fda8eda709fa29bc0d649967119653f4fe71d7 /unix | |
parent | 64131f321544a28a193e54b1241c8d2efc9ae313 (diff) |
Implement fixed buffer vstrs; use them for import path.
Diffstat (limited to 'unix')
-rw-r--r-- | unix/mpconfigport.h | 1 |
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 |