Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:pnemec
plptools
plptools-0.13-typedefs.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File plptools-0.13-typedefs.diff of Package plptools
Index: include/plp_inttypes.h =================================================================== --- include/plp_inttypes.h.orig +++ include/plp_inttypes.h @@ -15,12 +15,23 @@ #include <sys/int_types.h> #endif -#ifndef GNU_INTTYPES +#ifndef HAVE_SYS_TYPES_H +#ifndef GNU_INTTYPES typedef uint8_t u_int8_t; typedef uint16_t u_int16_t; typedef uint32_t u_int32_t; typedef uint64_t u_int64_t; typedef int64_t s_int64_t; #endif // GNU_INTTYPES +#endif // HAVE_SYS_TYPES_H + +#ifndef GNU_INTTYPES +#ifdef ISO_INTTYPES +typedef int64_t s_int64_t; +#else +/* Last resort, declare ourselves */ +typedef signed long long s_int64_t; +#endif // ISO_INTTYPES +#endif // GNU_INTTYPES #endif // _INTTYPES_H_
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor