diff options
author | James Peach <jpeach@samba.org> | 2006-05-05 05:39:57 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:16:46 -0500 |
commit | 584ac985ec203f171367dec336ab8c828e31a442 (patch) | |
tree | 13855f12705ff0c8b7c9b48888bd873c45f64aed /source3/client/smbspool.c | |
parent | 78359305491f869af13622153bdf21cdb0cc2459 (diff) | |
download | samba-584ac985ec203f171367dec336ab8c828e31a442.tar.gz |
r15448: New autoconf macro to test for sysconf variables.
(This used to be commit a19d4f2bb4aa94ab40e371efbad9f17e38e3bbc4)
Diffstat (limited to 'source3/client/smbspool.c')
-rw-r--r-- | source3/client/smbspool.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/client/smbspool.c b/source3/client/smbspool.c index af2f7e9180c..20ce06a8daf 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 |