Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

config.h File Reference


Detailed Description

Installation-specific configureation file.

This file is automatically generated by configure.

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define PACKAGE   "zygoma"
#define PACKAGE_BUGREPORT   "zygoma@bregmasoft.com"
#define PACKAGE_NAME   "zygoma"
#define PACKAGE_STRING   "zygoma 20040302"
#define PACKAGE_TARNAME   "zygoma"
#define PACKAGE_VERSION   "20040302"
#define VERSION   "20040302"
#define ZYGOMATIC_ARCH   ia32
#define ZYGOMA_ALIGN(ALIGNMENT)   __attribute__((aligned(ALIGNMENT)))
 Forces the compiler to align an object on an ALIGNMENT-byte boundary.
#define ZYGOMA_ALWAYS_INLINE   inline __attribute__((__unused__, __always_inline__))
 Forces the compiler to always inline a function.
#define ZYGOMA_ASM   __asm__ __volatile__
 Inline assembler.
#define ZYGOMA_PACKED   __attribute__((__packed__))
 Forces packed (single-byte-aligned) structures.
#define ZYGOMA_SECTION(SECTION_NAME)   __attribute__((section(SECTION_NAME)))
 Forces code to be emitted toa specific link section.
#define ZYGOMA_VERSION   PACKAGE_STRING


Define Documentation

#define PACKAGE   "zygoma"
 

#define PACKAGE_BUGREPORT   "zygoma@bregmasoft.com"
 

#define PACKAGE_NAME   "zygoma"
 

#define PACKAGE_STRING   "zygoma 20040302"
 

#define PACKAGE_TARNAME   "zygoma"
 

#define PACKAGE_VERSION   "20040302"
 

#define VERSION   "20040302"
 

#define ZYGOMA_ALIGN ALIGNMENT   )     __attribute__((aligned(ALIGNMENT)))
 

Forces the compiler to align an object on an ALIGNMENT-byte boundary.

#define ZYGOMA_ALWAYS_INLINE   inline __attribute__((__unused__, __always_inline__))
 

Forces the compiler to always inline a function.

#define ZYGOMA_ASM   __asm__ __volatile__
 

Inline assembler.

#define ZYGOMA_PACKED   __attribute__((__packed__))
 

Forces packed (single-byte-aligned) structures.

#define ZYGOMA_SECTION SECTION_NAME   )     __attribute__((section(SECTION_NAME)))
 

Forces code to be emitted toa specific link section.

#define ZYGOMA_VERSION   PACKAGE_STRING
 

#define ZYGOMATIC_ARCH   ia32
 


Generated on Fri Sep 2 10:44:42 2005 for zygoma by doxygen 1.4.2