segv
12-24-2001, 02:21 AM
I have enclosed two patches for the current ShowEQ 4.0 CVS (12/23/01).
These patches are aimed at making ShowEQ portable among unix distributions, and I suspect I will issue several more of these in the coming weeks.
This set of patches adds generation of a localized stdint.h for compatibility with non-GNU systems, as well as automatic BYTE ORDER detection.
One small hack exists for FreeBSD due to the
dependency on the stdint.h UINT32_MAX declaration. This should really be changed to a local variable within the distribution.
- segv <[email protected]>
These patches are aimed at making ShowEQ portable among unix distributions, and I suspect I will issue several more of these in the coming weeks.
This set of patches adds generation of a localized stdint.h for compatibility with non-GNU systems, as well as automatic BYTE ORDER detection.
One small hack exists for FreeBSD due to the
dependency on the stdint.h UINT32_MAX declaration. This should really be changed to a local variable within the distribution.
- segv <[email protected]>