X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=config.psi_glob.m4;h=fbb036e7376db3b0b889a50555ebad98d87370fb;hp=26896e3a7d25a15e8808deb2c16185bde590624c;hb=3137da963d298c73ce3bc858874fdfc87fa941b7;hpb=5d54598329a4d04dd0080bc1252d1de85a7befef diff --git a/config.psi_glob.m4 b/config.psi_glob.m4 index 26896e3..fbb036e 100644 --- a/config.psi_glob.m4 +++ b/config.psi_glob.m4 @@ -6,8 +6,10 @@ AC_DEFUN(PSI_CHECK_GLOB, [ size_t gl_offs, int gl_flags, char **gl_pathv]) - PSI_DECL(int, glob, [(char *path, int flags, void *err, glob_t *buf)]) - PSI_DECL(void, globfree, [(glob_t *buf)]) + + PSI_DECL(int glob, [(char *path, int flags, void *err, glob_t *buf)]) + PSI_DECL(void globfree, [(glob_t *buf)]) + PSI_CONST(GLOB_APPEND, int) PSI_CONST(GLOB_BRACE, int) PSI_CONST(GLOB_DOOFFS, int)