From 584ac985ec203f171367dec336ab8c828e31a442 Mon Sep 17 00:00:00 2001 From: James Peach Date: Fri, 5 May 2006 05:39:57 +0000 Subject: r15448: New autoconf macro to test for sysconf variables. (This used to be commit a19d4f2bb4aa94ab40e371efbad9f17e38e3bbc4) --- source3/client/smbspool.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/client') diff --git a/source3/client/smbspool.c b/source3/client/smbspool.c index af2f7e9180..20ce06a8da 100644 --- a/source3/client/smbspool.c +++ b/source3/client/smbspool.c @@ -23,7 +23,6 @@ #include "includes.h" -#define PW_MAX_BUF_SIZE sysconf(_SC_GETPW_R_SIZE_MAX) #define TICKET_CC_DIR "/tmp" #define CC_PREFIX "krb5cc_" /* prefix of the ticket cache */ #define CC_MAX_FILE_LEN 24 -- cgit