svn commit: samba r26102 - in branches/SAMBA_4_0/source/lib/replace: system test

metze at samba.org metze at samba.org
Thu Nov 22 14:42:15 GMT 2007


Author: metze
Date: 2007-11-22 14:42:14 +0000 (Thu, 22 Nov 2007)
New Revision: 26102

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26102

Log:
libreplace: remove system/printing.h as it only contains samba3 stuff

metze

Removed:
   branches/SAMBA_4_0/source/lib/replace/system/printing.h
Modified:
   branches/SAMBA_4_0/source/lib/replace/test/testsuite.c


Changeset:
Deleted: branches/SAMBA_4_0/source/lib/replace/system/printing.h
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/system/printing.h	2007-11-21 16:18:02 UTC (rev 26101)
+++ branches/SAMBA_4_0/source/lib/replace/system/printing.h	2007-11-22 14:42:14 UTC (rev 26102)
@@ -1,50 +0,0 @@
-#ifndef _system_printing_h
-#define _system_printing_h
-
-/* 
-   Unix SMB/CIFS implementation.
-
-   printing system include wrappers
-
-   Copyright (C) Andrew Tridgell 2004
-   
-     ** NOTE! The following LGPL license applies to the replace
-     ** library. This does NOT imply that all of Samba is released
-     ** under the LGPL
-   
-   This library is free software; you can redistribute it and/or
-   modify it under the terms of the GNU Lesser General Public
-   License as published by the Free Software Foundation; either
-   version 3 of the License, or (at your option) any later version.
-
-   This library is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-   Lesser General Public License for more details.
-
-   You should have received a copy of the GNU Lesser General Public
-   License along with this library; if not, see <http://www.gnu.org/licenses/>.
-
-*/
-
-#ifdef AIX
-#define DEFAULT_PRINTING PRINT_AIX
-#define PRINTCAP_NAME "/etc/qconfig"
-#endif
-
-#ifdef HPUX
-#define DEFAULT_PRINTING PRINT_HPUX
-#endif
-
-#ifdef QNX
-#define DEFAULT_PRINTING PRINT_QNX
-#endif
-
-#ifndef DEFAULT_PRINTING
-#define DEFAULT_PRINTING PRINT_BSD
-#endif
-#ifndef PRINTCAP_NAME
-#define PRINTCAP_NAME "/etc/printcap"
-#endif
-
-#endif

Modified: branches/SAMBA_4_0/source/lib/replace/test/testsuite.c
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/test/testsuite.c	2007-11-21 16:18:02 UTC (rev 26101)
+++ branches/SAMBA_4_0/source/lib/replace/test/testsuite.c	2007-11-22 14:42:14 UTC (rev 26102)
@@ -37,7 +37,6 @@
 #include "system/locale.h"
 #include "system/network.h"
 #include "system/passwd.h"
-#include "system/printing.h"
 #include "system/readline.h"
 #include "system/select.h"
 #include "system/shmem.h"



More information about the samba-cvs mailing list