dbus ChangeLog,1.1140,1.1141 configure.in,1.184,1.185
Thiago Macieira
thiago at kde.org
Wed Oct 11 11:08:59 PDT 2006
John Palmieri wrote:
>+ [AC_TRY_RUN([
>+#include <sys/types.h>
>+#include <dirent.h>
>+int main () {
>+ DIR *dirp;
>+ dirp = opendir(".");
>+ dirfd(dirp);
>+ closedir(dirp);
>+}],
Do you need to run this program to test the dirfd availability?
--
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
PGP/GPG: 0x6EF45358; fingerprint:
E067 918B B660 DBD1 105C 966C 33F5 F005 6EF4 5358
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.freedesktop.org/archives/dbus-commit/attachments/20061011/20236d5a/attachment.pgp
More information about the dbus-commit
mailing list