Skip to content

Commit

Permalink
Rename ippserver to ippeveprinter in Visual Studio projects.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed May 16, 2019
1 parent 3e391a8 commit b1f8262
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 17 deletions.
14 changes: 0 additions & 14 deletions vcnet/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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?
*/
Expand Down
2 changes: 1 addition & 1 deletion vcnet/cups.sln
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ippfind", "ippfind.vcxproj"
{C0899B3A-43E7-4BC3-A785-659E1FD2EA83} = {C0899B3A-43E7-4BC3-A785-659E1FD2EA83}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ippserver", "ippserver.vcxproj", "{82A03BC7-0746-4B85-8908-3C7A3FAA58A9}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ippeveprinter", "ippeveprinter.vcxproj", "{82A03BC7-0746-4B85-8908-3C7A3FAA58A9}"
ProjectSection(ProjectDependencies) = postProject
{C0899B3A-43E7-4BC3-A785-659E1FD2EA83} = {C0899B3A-43E7-4BC3-A785-659E1FD2EA83}
EndProjectSection
Expand Down
4 changes: 2 additions & 2 deletions vcnet/ippserver.vcxproj → vcnet/ippeveprinter.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -99,7 +99,7 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\test\ippserver.c" />
<ClCompile Include="..\test\ippeveprinter.c" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="dnssdstub.vcxproj">
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit b1f8262

Please sign in to comment.