diff options
Diffstat (limited to 'src/wordexp/WRDE_NOCMD.h')
-rw-r--r-- | src/wordexp/WRDE_NOCMD.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/wordexp/WRDE_NOCMD.h b/src/wordexp/WRDE_NOCMD.h new file mode 100644 index 00000000..729d9bae --- /dev/null +++ b/src/wordexp/WRDE_NOCMD.h @@ -0,0 +1,6 @@ +#include <wordexp.h> +#define WRDE_NOCMD 3 +/* +POSIX(2) +*/ + |