nsswitch/winbind_nss_irix.h

説明を見る。
00001 /* 
00002    Unix SMB/CIFS implementation.
00003 
00004    Winbind daemon for ntdom nss module
00005 
00006    Copyright (C) Tim Potter 2000
00007    
00008    This library is free software; you can redistribute it and/or
00009    modify it under the terms of the GNU Library General Public
00010    License as published by the Free Software Foundation; either
00011    version 2 of the License, or (at your option) any later version.
00012    
00013    This library is distributed in the hope that it will be useful,
00014    but WITHOUT ANY WARRANTY; without even the implied warranty of
00015    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00016    Library General Public License for more details.
00017    
00018    You should have received a copy of the GNU Library General Public
00019    License along with this library; if not, write to the
00020    Free Software Foundation, Inc., 59 Temple Place - Suite 330,
00021    Boston, MA  02111-1307, USA.   
00022 */
00023 
00024 #ifndef _WINBIND_NSS_IRIX_H
00025 #define _WINBIND_NSS_IRIX_H
00026 
00027 /* following required to prevent warnings of double definition
00028  * of datum from ns_api.h
00029 */
00030 #ifdef DATUM
00031 #define _DATUM_DEFINED
00032 #endif
00033 
00034 #include <ns_api.h>
00035 
00036 typedef enum
00037 {
00038   NSS_STATUS_SUCCESS=NS_SUCCESS,
00039   NSS_STATUS_NOTFOUND=NS_NOTFOUND,
00040   NSS_STATUS_UNAVAIL=NS_UNAVAIL,
00041   NSS_STATUS_TRYAGAIN=NS_TRYAGAIN
00042 } NSS_STATUS;
00043 
00044 #endif /* _WINBIND_NSS_IRIX_H */

Sambaに対してSat Aug 29 21:23:09 2009に生成されました。  doxygen 1.4.7