summaryrefslogtreecommitdiff
path: root/source/printing
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-07-29 03:08:05 +0000
committerAndrew Tridgell <tridge@samba.org>1998-07-29 03:08:05 +0000
commit3bda7ac417107a7b01d91805ca71c4330657ed21 (patch)
tree0fb2fb0cbd2df1b77ea814ba30e2bb1f8a1d999f /source/printing
parent7b3a9d6285cc0d1967155a68845e28c6296ecc67 (diff)
downloadsamba-3bda7ac417107a7b01d91805ca71c4330657ed21.tar.gz
merge from the autoconf2 branch to the main branch
Diffstat (limited to 'source/printing')
-rw-r--r--source/printing/pcap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/printing/pcap.c b/source/printing/pcap.c
index f26f81207d2..d51e69ad743 100644
--- a/source/printing/pcap.c
+++ b/source/printing/pcap.c
@@ -232,8 +232,9 @@ static BOOL ScanQconfig(char *psz,char *pszPrintername)
fclose(pfile);
return(False);
}
+#endif /* AIX */
+
-#endif
/***************************************************************************
Scan printcap file pszPrintcapname for a printer called pszPrintername.
Return True if found, else False. Returns False on error, too, after logging