diff options
author | Jeremy Allison <jra@samba.org> | 2002-08-23 15:29:44 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2002-08-23 15:29:44 +0000 |
commit | d406d08e3e1aa2266a472f98cff7dd0ff311a33c (patch) | |
tree | 61addd61e06b6d0e1b1f56d1ae565803ae94138e /source/acconfig.h | |
parent | 3404023260a5d6fed5523eb378d4a1ad418302a0 (diff) | |
download | samba-d406d08e3e1aa2266a472f98cff7dd0ff311a33c.tar.gz samba-d406d08e3e1aa2266a472f98cff7dd0ff311a33c.tar.xz samba-d406d08e3e1aa2266a472f98cff7dd0ff311a33c.zip |
Test for non-POSIX st_blksize field.
Jeremy.
Diffstat (limited to 'source/acconfig.h')
-rw-r--r-- | source/acconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/acconfig.h b/source/acconfig.h index 274bc4aaadd..64fbe1d7197 100644 --- a/source/acconfig.h +++ b/source/acconfig.h @@ -186,6 +186,7 @@ #undef HAVE_LDAP #undef HAVE_STAT_ST_BLOCKS #undef STAT_ST_BLOCKSIZE +#undef HAVE_STAT_ST_BLKSIZE #undef HAVE_DEVICE_MAJOR_FN #undef HAVE_DEVICE_MINOR_FN #undef HAVE_PASSWD_PW_COMMENT @@ -220,4 +221,3 @@ #endif #undef LDAP_SET_REBIND_PROC_ARGS - |