Initial commit
[lnanohtmltiledmap.git] / ulinux / binfmts.h
blob330238585ad11786eb74e23825531225ecd6bdf4
1 #ifndef ULINUX_BINFMTS_H
2 #define ULINUX_BINFMTS_H
3 /*
4 * this code is protected by the GNU affero GPLv3
5 * author:Sylvain BERTRAND
6 */
7 /* this is a random value decided for linux exec syscalls */
8 #define ULINUX_MAX_ARG_STRLEN (ULINUX_PAGE_SZ * 32)
9 #endif