diff options
author | Simo Sorce <idra@samba.org> | 2003-03-08 00:49:18 +0000 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2003-03-08 00:49:18 +0000 |
commit | 4a1d2ddd48c1c06b1874ff473275d22a0038c2c8 (patch) | |
tree | 543c0921f1aa88453fa716b894f1f3d5630d4b5e /source3/include | |
parent | 64e49aa3c5392fd0ba5fc33ea21eff87c548995e (diff) | |
download | samba-4a1d2ddd48c1c06b1874ff473275d22a0038c2c8.tar.gz samba-4a1d2ddd48c1c06b1874ff473275d22a0038c2c8.tar.bz2 samba-4a1d2ddd48c1c06b1874ff473275d22a0038c2c8.zip |
some more code
(not tested yet)
(This used to be commit 0d6cec90c13731827abcbc61974efc993e794003)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/debug.h | 1 | ||||
-rw-r--r-- | source3/include/idmap.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/debug.h b/source3/include/debug.h index d4f45539f4..70f9f7706d 100644 --- a/source3/include/debug.h +++ b/source3/include/debug.h @@ -88,6 +88,7 @@ extern int DEBUGLEVEL; #define DBGC_AUTH 10 #define DBGC_WINBIND 11 #define DBGC_VFS 12 +#define DBGC_IDMAP 13 /* So you can define DBGC_CLASS before including debug.h */ #ifndef DBGC_CLASS diff --git a/source3/include/idmap.h b/source3/include/idmap.h index 0d358d3fbe..5a1f4fafc3 100644 --- a/source3/include/idmap.h +++ b/source3/include/idmap.h @@ -22,6 +22,7 @@ Boston, MA 02111-1307, USA. */ +#define ID_EMPTY 0 #define ID_USERID 1 #define ID_GROUPID 2 #define ID_OTHER 3 |