euidaccess: Fix test failure on native Windows.
[gnulib.git] / modules / execvpe
blobcc486e28d994eabedf090386e19fde20d888cd61
1 Description:
2 execvpe() function: Execute a program, replacing the current process.
4 Files:
5 lib/execvpe.c
6 m4/execvpe.m4
8 Depends-on:
9 unistd
10 extensions
11 free-posix      [test $HAVE_EXECVPE = 0 || test $REPLACE_EXECVPE = 1]
12 stdbool         [test $HAVE_EXECVPE = 0 || test $REPLACE_EXECVPE = 1]
13 findprog-in     [test $HAVE_EXECVPE = 0 || test $REPLACE_EXECVPE = 1]
14 execve          [test $HAVE_EXECVPE = 0 || test $REPLACE_EXECVPE = 1]
16 configure.ac:
17 gl_FUNC_EXECVPE
18 gl_CONDITIONAL([GL_COND_OBJ_EXECVPE],
19                [test $HAVE_EXECVPE = 0 || test $REPLACE_EXECVPE = 1])
20 gl_UNISTD_MODULE_INDICATOR([execvpe])
22 Makefile.am:
23 if GL_COND_OBJ_EXECVPE
24 lib_SOURCES += execvpe.c
25 endif
27 Include:
28 <unistd.h>
30 License:
31 LGPLv2+
33 Maintainer:
34 all