diff options
author | Jeremy Allison <jra@samba.org> | 2002-01-10 01:49:09 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2002-01-10 01:49:09 +0000 |
commit | 09571aa76d8c1f4994abe48e5dad4746a04c288b (patch) | |
tree | 3391cbe74243ddbb69437abc88502ce0ce21eddd /source3/acconfig.h | |
parent | 87db7c557b519b00ebdfd5d35cee038f2071db09 (diff) | |
download | samba-09571aa76d8c1f4994abe48e5dad4746a04c288b.tar.gz samba-09571aa76d8c1f4994abe48e5dad4746a04c288b.tar.xz samba-09571aa76d8c1f4994abe48e5dad4746a04c288b.zip |
We need to test for major/minor macros.
Jeremy.
(This used to be commit ee8c8add7f83d7a794546769c59c85ef8bb5b89a)
Diffstat (limited to 'source3/acconfig.h')
-rw-r--r-- | source3/acconfig.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/acconfig.h b/source3/acconfig.h index 8477d5de95d..5265979efbf 100644 --- a/source3/acconfig.h +++ b/source3/acconfig.h @@ -188,3 +188,5 @@ #undef HAVE_LDAP #undef HAVE_STAT_ST_BLOCKS #undef STAT_ST_BLOCKSIZE +#undef HAVE_DEVICE_MAJOR_FN +#undef HAVE_DEVICE_MINOR_FN |