I just worked my way through the preprocessor output and system includes, and found that _XOPEN_SOURCE (defined in rs-utils.c) hides __BSD_VISIBLE, which is needed for sysconf(_SC_NPROCESSORS_ONLN)...
_SC_NPROCESSORS_ONLN/CONF seems not to be part of posix, so it's hidden if POSIX_C_SOURCE is defined (which XOPEN_SOURCE does). realpath and strptime are visible in the standard freebsd setup, so I'll delete it for now, for me. I'll ask around on the freebsd lists for a more elegant way, if there is one... Cheers, Mathias _______________________________________________ Rawstudio-users mailing list [email protected] http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-users
