-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove .ccls instead of setting macro on build time guess used library
Remove .ccls since it is developer specific settings and should not be within github. Instead of setting a macro if the internal gensalt_r method or the external should be used passwordbasedauthentication is guessing based on ifndef crypt_gensalt_r if crypt_gensalt_r is defined it is using the external salt function otherwise it is using it's own implementation.
- Loading branch information
1 parent
b231fca
commit b1f8eec
Showing
4 changed files
with
9 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
build/ | ||
.ccls |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters