From 1e564ac849ad706c24c35a690da36a83767fd2ca Mon Sep 17 00:00:00 2001 From: msweet Date: Fri, 29 Aug 2014 14:29:39 +0000 Subject: [PATCH] Add project for ippserver on Windows. Sync up config.h and do some minor cleanup. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12135 a1ca3aef-8c08-0410-bb20-df032aa958be --- config.h.in | 6 +- vcnet/config.h | 43 ++++- vcnet/ippserver.vcproj | 357 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 397 insertions(+), 9 deletions(-) create mode 100644 vcnet/ippserver.vcproj diff --git a/config.h.in b/config.h.in index a0257015f..a6c62b8e1 100644 --- a/config.h.in +++ b/config.h.in @@ -93,7 +93,7 @@ * Default MaxCopies value... */ -#define CUPS_DEFAULT_MAX_COPIES 100 +#define CUPS_DEFAULT_MAX_COPIES 9999 /* @@ -150,10 +150,7 @@ * Do we have PAM stuff? */ -#ifndef HAVE_LIBPAM #define HAVE_LIBPAM 0 -#endif /* !HAVE_LIBPAM */ - #undef HAVE_PAM_PAM_APPL_H #undef HAVE_PAM_SET_ITEM #undef HAVE_PAM_SETCRED @@ -297,6 +294,7 @@ #undef HAVE_CDSASSL #undef HAVE_GNUTLS +#undef HAVE_SSPISSL #undef HAVE_SSL diff --git a/vcnet/config.h b/vcnet/config.h index a951f5485..d764e41db 100644 --- a/vcnet/config.h +++ b/vcnet/config.h @@ -3,7 +3,7 @@ * * Configuration file for CUPS on Windows. * - * Copyright 2007-2013 by Apple Inc. + * Copyright 2007-2014 by Apple Inc. * Copyright 1997-2007 by Easy Software Products. * * These coded instructions, statements, and computer programs are the @@ -163,7 +163,7 @@ typedef unsigned long useconds_t; /* - * Do we have domain socket support? + * Do we have domain socket support, and if so what is the default one? */ #undef CUPS_DEFAULT_DOMAINSOCKET @@ -197,6 +197,13 @@ typedef unsigned long useconds_t; #define CUPS_STATEDIR "C:/CUPS/run" +/* + * Do we have posix_spawn? + */ + +/* #undef HAVE_POSIX_SPAWN */ + + /* * Do we have ZLIB? */ @@ -209,10 +216,7 @@ typedef unsigned long useconds_t; * Do we have PAM stuff? */ -#ifndef HAVE_LIBPAM #define HAVE_LIBPAM 0 -#endif /* !HAVE_LIBPAM */ - /* #undef HAVE_PAM_PAM_APPL_H */ /* #undef HAVE_PAM_SET_ITEM */ /* #undef HAVE_PAM_SETCRED */ @@ -360,6 +364,13 @@ typedef unsigned long useconds_t; #define HAVE_SSL +/* + * Do we have the gnutls_transport_set_pull_timeout_function function? + */ + +/* #undef HAVE_GNUTLS_TRANSPORT_SET_PULL_TIMEOUT_FUNCTION */ + + /* * What Security framework headers do we have? */ @@ -382,6 +393,20 @@ typedef unsigned long useconds_t; /* #undef HAVE_CSSMERRORSTRING */ +/* + * Do we have the SecGenerateSelfSignedCertificate function? + */ + +/* #undef HAVE_SECGENERATESELFSIGNEDCERTIFICATE */ + + +/* + * Do we have the SecKeychainOpen function? + */ + +/* #undef HAVE_SECKEYCHAINOPEN */ + + /* * Do we have libpaper? */ @@ -502,6 +527,13 @@ typedef unsigned long useconds_t; /* #undef HAVE_LAUNCHD */ +/* + * Do we have systemd support? + */ + +/* #undef HAVE_SYSTEMD */ + + /* * Various scripting languages... */ @@ -579,6 +611,7 @@ typedef unsigned long useconds_t; /* #undef HAVE_DBUS */ /* #undef HAVE_DBUS_MESSAGE_ITER_INIT_APPEND */ +/* #undef HAVE_DBUS_THREADS_INIT */ /* diff --git a/vcnet/ippserver.vcproj b/vcnet/ippserver.vcproj new file mode 100644 index 000000000..fe5aaad6e --- /dev/null +++ b/vcnet/ippserver.vcproj @@ -0,0 +1,357 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.39.2