This define is never used and can therefore be safely removed.
/* FIXME - need proper config test for these */
#define _typ_ssize_t 1 /* ssize_t is a type */
-#define _typ_long_double 1 /* long double is a type */
/* */
/* extern symbols must be protected against C++ name mangling */
#undef _typ_ssize_t
#define _typ_ssize_t 0 /* ssize_t is a type */
-#undef _typ_long_double
-#define _typ_long_double 1 /* long double is a type */
-
/* extern symbols must be protected against C++ name mangling */
#ifndef _BEGIN_EXTERNS_
#if defined(__cplusplus) || defined(c_plusplus)