34#ifndef __XFS_PLATFORM_DEFS_H__
35#define __XFS_PLATFORM_DEFS_H__
49#if (__GLIBC__ <= 2) && (__GLIBC_MINOR__ <= 1)
50# define constpp const char * const *
52# define constpp char * const *
63#define HAVE_32BIT_LONG 1
64#define HAVE_32BIT_PTR 1
72# elif defined HAVE_64BIT_PTR
73# ifdef HAVE_64BIT_LONG
81# error Unknown pointer size
87#ifndef HAVE___PSUNSIGNED_T
90# elif defined HAVE_64BIT_PTR
91# ifdef HAVE_64BIT_LONG
99# error Unknown pointer size
104# define ASSERT assert
106# define ASSERT(EX) ((void) 0)