From e69b32e8c28cc0e56c181f2148f29fa60e0114f7 Mon Sep 17 00:00:00 2001 From: James Peach Date: Tue, 18 Apr 2006 06:26:23 +0000 Subject: r15116: Allow the user to set winbind nss timeouts in seconds on IRIX. Don't convert the default timeout to milliseconds twice. (This used to be commit 853ebd6e84cf52a309945f39cdf188ca346da8eb) --- source3/nsswitch/winbind_nss_irix.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source3/nsswitch/winbind_nss_irix.h') diff --git a/source3/nsswitch/winbind_nss_irix.h b/source3/nsswitch/winbind_nss_irix.h index 7878abb981..339e316ff9 100644 --- a/source3/nsswitch/winbind_nss_irix.h +++ b/source3/nsswitch/winbind_nss_irix.h @@ -41,8 +41,4 @@ typedef enum NSS_STATUS_TRYAGAIN=NS_TRYAGAIN } NSS_STATUS; -#define NSD_MEM_STATIC 0 -#define NSD_MEM_VOLATILE 1 -#define NSD_MEM_DYNAMIC 2 - #endif /* _WINBIND_NSS_IRIX_H */ -- cgit