Rapicorn - Experimental UI Toolkit - Source Code
13.07.0
|
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 Rapicorn1307 00010 #define RAPICORN_NAMESPACE_NAME "Rapicorn1307" 00011 00012 /* --- standard C code wrappers --- */ 00013 #ifdef __cplusplus 00014 #define RAPICORN_EXTERN_C_BEGIN() extern "C" { 00015 #define RAPICORN_EXTERN_C_END() } 00016 #else 00017 #define RAPICORN_EXTERN_C_BEGIN() 00018 #define RAPICORN_EXTERN_C_END() 00019 #endif 00020 00021 /* --- rapicorn version --- */ 00022 #define RAPICORN_VERSION "13.07.0" 00023 /* version checks */ 00024 #define RAPICORN_CHECK_VERSION(year,month,revv) \ 00025 (13 > (year) || \ 00026 (13 == (year) && \ 00027 (1307%13 > (month) || \ 00028 (1307%13 == (month) && \ 00029 (0 >= (revv)))))) 00030 #define RAPICORN_DEVEL_VERSION (1 & 0) 00031 #define RAPICORN_STABLE_VERSION (!RAPICORN_DEVEL_VERSION) 00032 00033 /* --- log & i18n domains --- */ 00034 #ifndef RAPICORN_LOG_DOMAIN 00035 #ifdef G_LOG_DOMAIN 00036 #define RAPICORN_LOG_DOMAIN G_LOG_DOMAIN 00037 #else 00038 #define RAPICORN_LOG_DOMAIN ((const char*) 0) 00039 #endif 00040 #endif 00041 #define RAPICORN_I18N_DOMAIN "rapicorn" 00042 /* make sure to call bindtextdomain (RAPICORN_I18N_DOMAIN, i18ndir_path); */ 00043 00044 /* --- resource paths --- */ 00045 #define RAPICORN_DOCDIR "/opt/share/doc/rapicorn1307" 00046 #define RAPICORN_DATADIR "/opt/share/rapicorn1307" 00047 #define RAPICORN_LOCALEDIR "/opt/share/locale" 00048 00049 /* --- backend configuration --- */ 00050 #define RAPICORN_WITH_PANGO (1) 00051 00052 /* --- configure results --- */ 00053 #define RAPICORN_OS_UNIX (1) /* one of: WIN32 UNIX */ 00054 #define RAPICORN_SIZEOF_POINTER (8) 00055 #define RAPICORN_SIZEOF_LONG (8) 00056 #define RAPICORN_SIZEOF_SYS_TYPESH_UINT (4) 00057 #define RAPICORN_SIZEOF_PTHREADH_SPINLOCK (4) 00058 #define RAPICORN_SIZEOF_PTH_MUTEX_T (40) 00059 #define RAPICORN_SIZEOF_PTH_COND_T (48) 00060 #define RAPICORN_SPINLOCK_INITIALIZER { 0x0001 } 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 */