metalsvm/libgloss/config.h

30 lines
631 B
C

/* avoids redifinition in metalsvm/stddef.h */
#define _SSIZE_T 1
#define _OFF_T 1
/* Name of package. */
#define PACKAGE MetalSVMGloss
/* Version of package. */
#define VERSION 0.1
/* Missing syscall names */
#define MISSING_SYSCALL_NAMES 1
/* Using ELF format */
#define HAVE_ELF 1
/* Using GNU LD */
#define HAVE_GNU_LD 1
/* .previous directive allowed */
#define HAVE_ASM_PREVIOUS_DIRECTIVE 1
/* .pushsection/.popsection directives allowed */
#define HAVE_ASM_POPSECTION_DIRECTIVE 1
/* support for section attributes */
#define HAVE_SECTION_ATTRIBUTES 1
/* symbol prefix */
#define __SYMBOL_PREFIX ""