00001 /* config.h. Generated by configure. */ 00002 /* config.h.in. Generated from configure.ac by autoheader. */ 00003 00004 00012 /* 00013 * Copyright (C) 2004 Bregmasoft 00014 * 00015 * This program is free software; you can redistribute it and/or modify it under 00016 * the terms of the GNU General Public License as published by the Free Software 00017 * Foundation; either version 2 of the License, or (at your option) any later 00018 * version. 00019 * 00020 * This program is distributed in the hope that it will be useful, but WITHOUT ANY 00021 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 00022 * PARTICULAR PURPOSE. See the GNU General Public License for more details. 00023 * 00024 * You should have received a copy of the GNU General Public License along with 00025 * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 00026 * Place, Suite 330, Boston, MA 02111-1307 USA 00027 */ 00028 00029 00030 /* Name of package */ 00031 #define PACKAGE "zygoma" 00032 00033 /* Define to the address where bug reports for this package should be sent. */ 00034 #define PACKAGE_BUGREPORT "zygoma@bregmasoft.com" 00035 00036 /* Define to the full name of this package. */ 00037 #define PACKAGE_NAME "zygoma" 00038 00039 /* Define to the full name and version of this package. */ 00040 #define PACKAGE_STRING "zygoma 20040302" 00041 00042 /* Define to the one symbol short name of this package. */ 00043 #define PACKAGE_TARNAME "zygoma" 00044 00045 /* Define to the version of this package. */ 00046 #define PACKAGE_VERSION "20040302" 00047 00048 /* Version number of package */ 00049 #define VERSION "20040302" 00050 00051 /* The architecture-specific namespace */ 00052 #define ZYGOMATIC_ARCH ia32 00053 00054 00056 #define ZYGOMA_ALIGN(ALIGNMENT) __attribute__((aligned(ALIGNMENT))) 00057 00058 00059 00061 #define ZYGOMA_ALWAYS_INLINE inline __attribute__((__unused__, __always_inline__)) 00062 00063 00064 00066 #define ZYGOMA_ASM __asm__ __volatile__ 00067 00068 00069 /* ACPI support is enabled. */ 00070 /* #undef ZYGOMA_ENABLE_ACPI */ 00071 00072 00074 #define ZYGOMA_PACKED __attribute__((__packed__)) 00075 00076 00077 00079 #define ZYGOMA_SECTION(SECTION_NAME) __attribute__((section(SECTION_NAME))) 00080 00081 00082 00083 #define ZYGOMA_VERSION PACKAGE_STRING 00084