34 | | || `AC_FUNC_FORK` || `src/machista1.0/tests/libmachista-test.c:25` || `pid_t p = fork();` || Tests forking capabilities || `// forking helper` If we check for `fork`ing characteristics with `autoconf`, we might not have to have a separate test file do it for us (?) || |
35 | | || `AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK` || `src/darwintracelib1.0/darwintrace.c:1029` || |
| 34 | || `AC_FUNC_FORK` || `src/machista1.0/tests/libmachista-test.c:25` || `pid_t p = fork();` || Tests forking capabilities || "`// forking helper`." If we check for `fork`ing characteristics with `autoconf`, we might not have to have a separate test file do it for us (?) || |
| 35 | || `AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK` || `src/darwintracelib1.0/darwintrace.c:1029` || `if (lstat(path, &sb) == 0) {` || condition for checking symlinks || `/* for symlinks, we want to capture both the original path and the modified one, since for /usr/bin/gcc -> gcc-4.0, both "gcc_select" and "gcc" are contributors */` Checking for this with `autoconf` could also help with things related to #39850 and stuff... || |