-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* first run with gcc14 * fix daemontools for gcc14 * fixed error for bool * fix ucspi-tcp for gcc14 * dkimsign.cpp: initialize only when len is non-zero * updated RCS logs
- Loading branch information
Showing
153 changed files
with
3,814 additions
and
3,076 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,14 +1,20 @@ | ||
/* | ||
* $Log: bool.h,v $ | ||
* Revision 1.1 2004-08-15 19:57:41+05:30 Cprogrammer | ||
* Initial revision | ||
* | ||
* $Id: bool.h,v 1.2 2025-01-21 23:34:56+05:30 Cprogrammer Exp mbhangui $ | ||
*/ | ||
#ifndef QLOGTOOLS__BOOL__H__ | ||
#define QLOGTOOLS__BOOL__H__ | ||
|
||
typedef int bool; | ||
typedef int mybool; | ||
#define false 0 | ||
#define true (0==0) | ||
|
||
#endif | ||
/* | ||
* $Log: bool.h,v $ | ||
* Revision 1.2 2025-01-21 23:34:56+05:30 Cprogrammer | ||
* Fixes for gcc14 | ||
* | ||
* Revision 1.1 2004-08-15 19:57:41+05:30 Cprogrammer | ||
* Initial revision | ||
* | ||
*/ |
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
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
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
Oops, something went wrong.