[SCM] Samba Shared Repository - branch master updated

Kai Blin kai at samba.org
Tue Jun 1 07:11:41 MDT 2010


The branch, master has been updated
       via  a6c921f... s3-waf: Add check for dirent.d_off member
      from  3f14d03... s3:winbindd: make sure we only call static_init_idmap once

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit a6c921fef74e368da9a12b8ce82fedbf86c66ed4
Author: Kai Blin <kai at samba.org>
Date:   Tue Jun 1 10:31:11 2010 +0200

    s3-waf: Add check for dirent.d_off member

-----------------------------------------------------------------------

Summary of changes:
 source3/wscript |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/wscript b/source3/wscript
index cc3f0d9..0a4dc37 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -356,6 +356,10 @@ utimensat vsyslog _write __write __xstat
                     headers='unistd.h sys/types.h',
                     msg="Checking for minor macro")
 
+    conf.CHECK_STRUCTURE_MEMBER('struct dirent', 'd_off',
+                                headers='unistd.h sys/types.h dirent.h',
+                                define='HAVE_DIRENT_D_OFF')
+
     #FIXME: Should just be set when krb5 and ldap requirements are fulfilled
     if Options.options.with_ads:
         conf.DEFINE('WITH_ADS', '1')


-- 
Samba Shared Repository


More information about the samba-cvs mailing list