#ifndef _DL_MSG_DOT_H #define _DL_MSG_DOT_H #include /* Msg typedef */ #ifndef __lint #define MSG_SGS_LOCAL_ARRAY __sgs_msg_libconv_dl extern const char __sgs_msg_libconv_dl[]; #define MSG_ORIG_STRTAB(_x, _s) &_s[_x] #define MSG_ORIG(x) MSG_ORIG_STRTAB(x, __sgs_msg_libconv_dl) extern const char * _sgs_msg_libconv_dl(Msg); #define MSG_INTL(x) _sgs_msg_libconv_dl(x) #define MSG_RTLD_LAZY 1 #define MSG_RTLD_LAZY_SIZE 9 #define MSG_RTLD_NOW 11 #define MSG_RTLD_NOW_SIZE 8 #define MSG_RTLD_GLOBAL 20 #define MSG_RTLD_GLOBAL_SIZE 11 #define MSG_RTLD_LOCAL 32 #define MSG_RTLD_LOCAL_SIZE 10 #define MSG_RTLD_PARENT 43 #define MSG_RTLD_PARENT_SIZE 11 #define MSG_RTLD_GROUP 55 #define MSG_RTLD_GROUP_SIZE 10 #define MSG_RTLD_WORLD 66 #define MSG_RTLD_WORLD_SIZE 10 #define MSG_RTLD_NODELETE 77 #define MSG_RTLD_NODELETE_SIZE 13 #define MSG_RTLD_NOLOAD 91 #define MSG_RTLD_NOLOAD_SIZE 11 #define MSG_RTLD_FIRST 103 #define MSG_RTLD_FIRST_SIZE 10 #define MSG_RTLD_CONFGEN 114 #define MSG_RTLD_CONFGEN_SIZE 12 #define MSG_RTLD_REL_RELATIVE 127 #define MSG_RTLD_REL_RELATIVE_SIZE 17 #define MSG_RTLD_REL_EXEC 145 #define MSG_RTLD_REL_EXEC_SIZE 13 #define MSG_RTLD_REL_DEPENDS 159 #define MSG_RTLD_REL_DEPENDS_SIZE 16 #define MSG_RTLD_REL_PRELOAD 176 #define MSG_RTLD_REL_PRELOAD_SIZE 16 #define MSG_RTLD_REL_SELF 193 #define MSG_RTLD_REL_SELF_SIZE 13 #define MSG_RTLD_REL_WEAK 207 #define MSG_RTLD_REL_WEAK_SIZE 13 #define MSG_RTLD_REL_ALL 221 #define MSG_RTLD_REL_ALL_SIZE 12 #define MSG_RTLD_MEMORY 234 #define MSG_RTLD_MEMORY_SIZE 11 #define MSG_RTLD_STRIP 246 #define MSG_RTLD_STRIP_SIZE 10 #define MSG_RTLD_NOHEAP 257 #define MSG_RTLD_NOHEAP_SIZE 11 #define MSG_RTLD_CONFSET 269 #define MSG_RTLD_CONFSET_SIZE 12 #define MSG_RTLD_DI_LMID 282 #define MSG_RTLD_DI_LMID_SIZE 12 #define MSG_RTLD_DI_LINKMAP 295 #define MSG_RTLD_DI_LINKMAP_SIZE 15 #define MSG_RTLD_DI_CONFIGADDR 311 #define MSG_RTLD_DI_CONFIGADDR_SIZE 18 #define MSG_RTLD_DI_SERINFO 330 #define MSG_RTLD_DI_SERINFO_SIZE 15 #define MSG_RTLD_DI_SERINFOSIZE 346 #define MSG_RTLD_DI_SERINFOSIZE_SIZE 19 #define MSG_RTLD_DI_ORIGIN 366 #define MSG_RTLD_DI_ORIGIN_SIZE 14 #define MSG_RTLD_DI_PROFILENAME 381 #define MSG_RTLD_DI_PROFILENAME_SIZE 19 #define MSG_RTLD_DI_PROFILEOUT 401 #define MSG_RTLD_DI_PROFILEOUT_SIZE 18 #define MSG_RTLD_DI_GETSIGNAL 420 #define MSG_RTLD_DI_GETSIGNAL_SIZE 17 #define MSG_RTLD_DI_SETSIGNAL 438 #define MSG_RTLD_DI_SETSIGNAL_SIZE 17 #define MSG_RTLD_DI_ARGSINFO 456 #define MSG_RTLD_DI_ARGSINFO_SIZE 16 #define MSG_RTLD_DI_MMAPS 473 #define MSG_RTLD_DI_MMAPS_SIZE 13 #define MSG_RTLD_DI_MMAPCNT 487 #define MSG_RTLD_DI_MMAPCNT_SIZE 15 #define MSG_RTLD_DI_DEFERRED 503 #define MSG_RTLD_DI_DEFERRED_SIZE 16 #define MSG_RTLD_DI_DEFERRED_SYM 520 #define MSG_RTLD_DI_DEFERRED_SYM_SIZE 20 #define MSG_GBL_SEP 541 #define MSG_GBL_SEP_SIZE 3 #define MSG_GBL_QUOTE 545 #define MSG_GBL_QUOTE_SIZE 1 #define MSG_GBL_ZERO 547 #define MSG_GBL_ZERO_SIZE 1 #else /* __lint */ extern const char * _sgs_msg_libconv_dl(Msg); #ifndef MSG_SGS_LOCAL_ARRAY #define MSG_SGS_LOCAL_ARRAY "" #endif extern const char __sgs_msg_libconv_dl[]; #define MSG_ORIG_STRTAB(_x, _s) _x #define MSG_ORIG(x) x #define MSG_INTL(x) x #ifndef LINTSUP_SUPPRESS_STRINGS #define MSG_RTLD_LAZY "RTLD_LAZY" #define MSG_RTLD_LAZY_SIZE 9 #define MSG_RTLD_NOW "RTLD_NOW" #define MSG_RTLD_NOW_SIZE 8 #define MSG_RTLD_GLOBAL "RTLD_GLOBAL" #define MSG_RTLD_GLOBAL_SIZE 11 #define MSG_RTLD_LOCAL "RTLD_LOCAL" #define MSG_RTLD_LOCAL_SIZE 10 #define MSG_RTLD_PARENT "RTLD_PARENT" #define MSG_RTLD_PARENT_SIZE 11 #define MSG_RTLD_GROUP "RTLD_GROUP" #define MSG_RTLD_GROUP_SIZE 10 #define MSG_RTLD_WORLD "RTLD_WORLD" #define MSG_RTLD_WORLD_SIZE 10 #define MSG_RTLD_NODELETE "RTLD_NODELETE" #define MSG_RTLD_NODELETE_SIZE 13 #define MSG_RTLD_NOLOAD "RTLD_NOLOAD" #define MSG_RTLD_NOLOAD_SIZE 11 #define MSG_RTLD_FIRST "RTLD_FIRST" #define MSG_RTLD_FIRST_SIZE 10 #define MSG_RTLD_CONFGEN "RTLD_CONFGEN" #define MSG_RTLD_CONFGEN_SIZE 12 #define MSG_RTLD_REL_RELATIVE "RTLD_REL_RELATIVE" #define MSG_RTLD_REL_RELATIVE_SIZE 17 #define MSG_RTLD_REL_EXEC "RTLD_REL_EXEC" #define MSG_RTLD_REL_EXEC_SIZE 13 #define MSG_RTLD_REL_DEPENDS "RTLD_REL_DEPENDS" #define MSG_RTLD_REL_DEPENDS_SIZE 16 #define MSG_RTLD_REL_PRELOAD "RTLD_REL_PRELOAD" #define MSG_RTLD_REL_PRELOAD_SIZE 16 #define MSG_RTLD_REL_SELF "RTLD_REL_SELF" #define MSG_RTLD_REL_SELF_SIZE 13 #define MSG_RTLD_REL_WEAK "RTLD_REL_WEAK" #define MSG_RTLD_REL_WEAK_SIZE 13 #define MSG_RTLD_REL_ALL "RTLD_REL_ALL" #define MSG_RTLD_REL_ALL_SIZE 12 #define MSG_RTLD_MEMORY "RTLD_MEMORY" #define MSG_RTLD_MEMORY_SIZE 11 #define MSG_RTLD_STRIP "RTLD_STRIP" #define MSG_RTLD_STRIP_SIZE 10 #define MSG_RTLD_NOHEAP "RTLD_NOHEAP" #define MSG_RTLD_NOHEAP_SIZE 11 #define MSG_RTLD_CONFSET "RTLD_CONFSET" #define MSG_RTLD_CONFSET_SIZE 12 #define MSG_RTLD_DI_LMID "RTLD_DI_LMID" #define MSG_RTLD_DI_LMID_SIZE 12 #define MSG_RTLD_DI_LINKMAP "RTLD_DI_LINKMAP" #define MSG_RTLD_DI_LINKMAP_SIZE 15 #define MSG_RTLD_DI_CONFIGADDR "RTLD_DI_CONFIGADDR" #define MSG_RTLD_DI_CONFIGADDR_SIZE 18 #define MSG_RTLD_DI_SERINFO "RTLD_DI_SERINFO" #define MSG_RTLD_DI_SERINFO_SIZE 15 #define MSG_RTLD_DI_SERINFOSIZE "RTLD_DI_SERINFOSIZE" #define MSG_RTLD_DI_SERINFOSIZE_SIZE 19 #define MSG_RTLD_DI_ORIGIN "RTLD_DI_ORIGIN" #define MSG_RTLD_DI_ORIGIN_SIZE 14 #define MSG_RTLD_DI_PROFILENAME "RTLD_DI_PROFILENAME" #define MSG_RTLD_DI_PROFILENAME_SIZE 19 #define MSG_RTLD_DI_PROFILEOUT "RTLD_DI_PROFILEOUT" #define MSG_RTLD_DI_PROFILEOUT_SIZE 18 #define MSG_RTLD_DI_GETSIGNAL "RTLD_DI_GETSIGNAL" #define MSG_RTLD_DI_GETSIGNAL_SIZE 17 #define MSG_RTLD_DI_SETSIGNAL "RTLD_DI_SETSIGNAL" #define MSG_RTLD_DI_SETSIGNAL_SIZE 17 #define MSG_RTLD_DI_ARGSINFO "RTLD_DI_ARGSINFO" #define MSG_RTLD_DI_ARGSINFO_SIZE 16 #define MSG_RTLD_DI_MMAPS "RTLD_DI_MMAPS" #define MSG_RTLD_DI_MMAPS_SIZE 13 #define MSG_RTLD_DI_MMAPCNT "RTLD_DI_MMAPCNT" #define MSG_RTLD_DI_MMAPCNT_SIZE 15 #define MSG_RTLD_DI_DEFERRED "RTLD_DI_DEFERRED" #define MSG_RTLD_DI_DEFERRED_SIZE 16 #define MSG_RTLD_DI_DEFERRED_SYM "RTLD_DI_DEFERRED_SYM" #define MSG_RTLD_DI_DEFERRED_SYM_SIZE 20 #define MSG_GBL_SEP " | " #define MSG_GBL_SEP_SIZE 3 #define MSG_GBL_QUOTE "\"" #define MSG_GBL_QUOTE_SIZE 1 #define MSG_GBL_ZERO "0" #define MSG_GBL_ZERO_SIZE 1 #endif /* LINTSUP_SUPPRESS_STRINGS */ #endif /* __lint */ #endif