|
Rapicorn - Experimental UI Toolkit - Source Code 10.08.1
|
00001 /* Generated data from ../config.status (by make rapicornconfig.h) */ 00002 00003 /* --- select programming environment --- */ 00004 #ifndef _GNU_SOURCE 00005 #define _GNU_SOURCE 00006 #endif 00007 00008 /* --- unique namespace for all symbols --- */ 00009 #define Rapicorn Rapicorn1008 00010 00011 /* --- standard C code wrappers --- */ 00012 #ifdef __cplusplus 00013 #define RAPICORN_EXTERN_C_BEGIN() extern "C" { 00014 #define RAPICORN_EXTERN_C_END() } 00015 #else 00016 #define RAPICORN_EXTERN_C_BEGIN() 00017 #define RAPICORN_EXTERN_C_END() 00018 #endif 00019 00020 /* --- rapicorn version --- */ 00021 #define RAPICORN_VERSION "10.08.1" 00022 /* version checks */ 00023 #define RAPICORN_CHECK_VERSION(year,month,revv) \ 00024 (10 > (year) || \ 00025 (10 == (year) && \ 00026 (1308%13 > (month) || \ 00027 (1308%13 == (month) && \ 00028 (1 >= (revv)))))) 00029 #define RAPICORN_DEVEL_VERSION (1 & 1) 00030 #define RAPICORN_STABLE_VERSION (!RAPICORN_DEVEL_VERSION) 00031 00032 /* --- log & i18n domains --- */ 00033 #ifndef RAPICORN_LOG_DOMAIN 00034 #ifdef G_LOG_DOMAIN 00035 #define RAPICORN_LOG_DOMAIN G_LOG_DOMAIN 00036 #else 00037 #define RAPICORN_LOG_DOMAIN ((const char*) 0) 00038 #endif 00039 #endif 00040 #define RAPICORN_I18N_DOMAIN "rapicorn" 00041 /* make sure to call bindtextdomain (RAPICORN_I18N_DOMAIN, i18ndir_path); */ 00042 00043 /* --- resource paths --- */ 00044 #define RAPICORN_DOCDIR "/opt/share/doc/rapicorn1008" 00045 #define RAPICORN_SVGDIR "/opt/share/rapicorn1008/svg" 00046 #define RAPICORN_DATADIR "/opt/share/rapicorn1008" 00047 #define RAPICORN_LOCALEDIR "/opt/share/locale" 00048 00049 /* --- backend configuration --- */ 00050 #define RAPICORN_WITH_GTK (1) 00051 #define RAPICORN_WITH_PANGO (1) 00052 00053 /* --- configure results --- */ 00054 #define RAPICORN_OS_UNIX (1) /* one of: WIN32 UNIX */ 00055 #define RAPICORN_SIZEOF_POINTER (8) 00056 #define RAPICORN_SIZEOF_LONG (8) 00057 #define RAPICORN_SIZEOF_SYS_TYPESH_UINT (4) 00058 #define RAPICORN_SIZEOF_PTHREADH_SPINLOCK (4) 00059 #define RAPICORN_SIZEOF_PTH_MUTEX_T (40) 00060 #define RAPICORN_SIZEOF_PTH_COND_T (48) 00061 #define RAPICORN_HAVE_MUTEXATTR_SETTYPE (1 && \ 00062 RAPICORN_SIZEOF_PTH_MUTEX_T && \ 00063 RAPICORN_SIZEOF_PTH_COND_T) 00064 00065 #define RAPICORN_SYSVAL_POLLIN (1) 00066 #define RAPICORN_SYSVAL_POLLPRI (2) 00067 #define RAPICORN_SYSVAL_POLLOUT (4) 00068 #define RAPICORN_SYSVAL_POLLRDNORM (64) 00069 #define RAPICORN_SYSVAL_POLLRDBAND (128) 00070 #define RAPICORN_SYSVAL_POLLWRNORM (256) 00071 #define RAPICORN_SYSVAL_POLLWRBAND (512) 00072 #define RAPICORN_SYSVAL_POLLERR (8) 00073 #define RAPICORN_SYSVAL_POLLHUP (16) 00074 #define RAPICORN_SYSVAL_POLLNVAL (32) 00075 00076 /* Generated data ends here */
1.7.4