diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/.cvsignore | 6 | ||||
-rw-r--r-- | include/plp_inttypes.h | 26 |
2 files changed, 0 insertions, 32 deletions
diff --git a/include/.cvsignore b/include/.cvsignore deleted file mode 100644 index 1f40294..0000000 --- a/include/.cvsignore +++ /dev/null @@ -1,6 +0,0 @@ -stamp-h.in -stamp-h -stamp-h1 -config.h -config.h.in -defs.h diff --git a/include/plp_inttypes.h b/include/plp_inttypes.h deleted file mode 100644 index acfa7b8..0000000 --- a/include/plp_inttypes.h +++ /dev/null @@ -1,26 +0,0 @@ -#ifndef _INTTYPES_H_ -#define _INTTYPES_H_ - -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif - -#include <sys/types.h> - -#ifdef HAVE_STDINT_H -#include <stdint.h> -#endif - -#ifdef HAVE_SYS_INT_TYPES_H -#include <sys/int_types.h> -#endif - -#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 // _INTTYPES_H_ |