]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Rename ippserver to ippeveprinter in Visual Studio projects.
authorMichael R Sweet <michael.r.sweet@gmail.com>
Thu, 16 May 2019 01:15:05 +0000 (21:15 -0400)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Thu, 16 May 2019 01:15:05 +0000 (21:15 -0400)
vcnet/config.h
vcnet/cups.sln
vcnet/ippeveprinter.vcxproj [moved from vcnet/ippserver.vcxproj with 98% similarity]
vcnet/ippeveprinter.vcxproj.filters [moved from vcnet/ippserver.vcxproj.filters with 100% similarity]
vcnet/ippeveprinter.vcxproj.user [moved from vcnet/ippserver.vcxproj.user with 100% similarity]

index 1c04b91653b7cf8a819dc8d42322795d176eb78d..4c6aa2fbe6af6b2e17a78a76d73b4e55790ac154 100644 (file)
@@ -406,20 +406,6 @@ typedef unsigned long useconds_t;
 /* #undef HAVE_SECGENERATESELFSIGNEDCERTIFICATE */
 
 
-/*
- * Do we have the SecKeychainOpen function?
- */
-
-/* #undef HAVE_SECKEYCHAINOPEN */
-
-
-/*
- * Do we have (a working) SSLSetEnabledCiphers function?
- */
-
-#define HAVE_SSLSETENABLEDCIPHERS 1
-
-
 /*
  * Do we have libpaper?
  */
index 52d64ee4afeb6e109b5482924c5fb0147d08afc5..a9045e401ef6c8d82deb5fc716e12a08d0a98547 100644 (file)
@@ -31,7 +31,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ippfind", "ippfind.vcxproj"
                {C0899B3A-43E7-4BC3-A785-659E1FD2EA83} = {C0899B3A-43E7-4BC3-A785-659E1FD2EA83}\r
        EndProjectSection\r
 EndProject\r
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ippserver", "ippserver.vcxproj", "{82A03BC7-0746-4B85-8908-3C7A3FAA58A9}"\r
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ippeveprinter", "ippeveprinter.vcxproj", "{82A03BC7-0746-4B85-8908-3C7A3FAA58A9}"\r
        ProjectSection(ProjectDependencies) = postProject\r
                {C0899B3A-43E7-4BC3-A785-659E1FD2EA83} = {C0899B3A-43E7-4BC3-A785-659E1FD2EA83}\r
        EndProjectSection\r
similarity index 98%
rename from vcnet/ippserver.vcxproj
rename to vcnet/ippeveprinter.vcxproj
index c7f7c5bfb2ab12fe33d370576819799ee5c00bcb..a92d359523e5fc44aa06735dc46018427e1b8c74 100644 (file)
@@ -12,7 +12,7 @@
   </ItemGroup>
   <PropertyGroup Label="Globals">
     <ProjectGuid>{82A03BC7-0746-4B85-8908-3C7A3FAA58A9}</ProjectGuid>
-    <RootNamespace>ippserver</RootNamespace>
+    <RootNamespace>ippeveprinter</RootNamespace>
     <Keyword>Win32Proj</Keyword>
     <WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
   </PropertyGroup>
@@ -99,7 +99,7 @@
     </Link>
   </ItemDefinitionGroup>
   <ItemGroup>
-    <ClCompile Include="..\test\ippserver.c" />
+    <ClCompile Include="..\test\ippeveprinter.c" />
   </ItemGroup>
   <ItemGroup>
     <ProjectReference Include="dnssdstub.vcxproj">