summaryrefslogtreecommitdiffstats
path: root/source/client/smbspool.c
diff options
context:
space:
mode:
authorJames Peach <jpeach@samba.org>2006-05-05 05:39:57 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:16:46 -0500
commita19d4f2bb4aa94ab40e371efbad9f17e38e3bbc4 (patch)
tree3b5d687f0e84e737d01491d3cfd473ddce1de541 /source/client/smbspool.c
parentefd961e4eefb774c7bdaef098e2b67062a7dffd3 (diff)
downloadsamba-a19d4f2bb4aa94ab40e371efbad9f17e38e3bbc4.tar.gz
samba-a19d4f2bb4aa94ab40e371efbad9f17e38e3bbc4.tar.xz
samba-a19d4f2bb4aa94ab40e371efbad9f17e38e3bbc4.zip
r15448: New autoconf macro to test for sysconf variables.
Diffstat (limited to 'source/client/smbspool.c')
-rw-r--r--source/client/smbspool.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/client/smbspool.c b/source/client/smbspool.c
index af2f7e9180c..20ce06a8daf 100644
--- a/source/client/smbspool.c
+++ b/source/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