Jeff,
HP-UX ia64 aCC does not support 128bit unsigned 
ints: 
http://h21007.www2.hp.com/portal/download/files/unprot/aCxx/Online_Help/options.htm#alignment_storage

Below is the aCC preprocessor output when processing config.h (I added it 
to my simple size program):

Script started on Thu Mar 28 09:03:50 2013
jagia64% aCC -DNDEBUG -g +DD64 -v -AA +Olit=none -dM -E siez      zes.cpp

 /opt/aCC/lbin/ecom -architecture 64 -ia64abi all -inst compiletime -sysdir 
/usr/include -test namespaces -koenig_lookup on -ansi_for_scope on 
-inline_power 1 -link_type dynamic -fpeval float -fpevaldec _Decimal32 
-tls_dyn on -list expandedforstdout -target_os 11.31 --list_macros 
--sys_include /opt/aCC/include_std --sys_include 
/opt/aCC/include_std/iostream_compat --sys_include /usr/include 
--sys_include /usr -D_HP_IA64ABI -D_BIND_LIBCALLS 
-D_Math_errhandling=MATH_ERREXCEPT -D__hpux -D__unix -D__ia64=1 
-D__ia64__=1 -D_BIG_ENDIAN=1 -D__STDCPP__ -D_HP_NAMESPACE_STD -D_LP64 
-D__LP64__ -D__cplusplus=199711L -D_INCLUDE__STDC_A1_SOURCE 
-D__HP_aCC=62500 -D_HP_INSTANTIATE_T_IN_LIB -D_INLINE_ASM 
-D_FLT_EVAL_METHOD=0 -D_DEC_EVAL_METHOD=0 -DNDEBUG sizes.cpp
#define __SIGNED_CHARS__ 1
#define __cplusplus 199711L
#define _WCHAR_T 1
#define _BOOL 1
#define __ARRAY_OPERATORS 1
#define __EXCEPTIONS 1
#define __RTTI 1
#define __PLACEMENT_DELETE 1
#define __EDG_RUNTIME_USES_NAMESPACES 1
#define __EDG_IA64_ABI 1
#define __EDG_TYPE_TRAITS_ENABLED 1
#define __EDG__ 1
#define __EDG_VERSION__ 401
#define __EDG_SIZE_TYPE__ unsigned long
#define __EDG_PTRDIFF_TYPE__ long
#define _HP_IA64ABI 1
#define _BIND_LIBCALLS 1
#define _Math_errhandling MATH_ERREXCEPT
#define __hpux 1
#define __unix 1
#define __ia64 1
#define __ia64__ 1
#define _BIG_ENDIAN 1
#define __STDCPP__ 1
#define _HP_NAMESPACE_STD 1
#define _LP64 1
#define __LP64__ 1
#define _INCLUDE__STDC_A1_SOURCE 1
#define __HP_aCC 62500
#define _HP_INSTANTIATE_T_IN_LIB 1
#define _INLINE_ASM 1
#define _FLT_EVAL_METHOD 0
#define _DEC_EVAL_METHOD 0
#define NDEBUG 1
#define __STD_STDLIB_H 
#define __STD_CSTDLIB 
#define _ERRNO_INCLUDED 
#define _SYS_STDSYMS_INCLUDED 
#define _INCLUDE_XOPEN_SOURCE_PRE_500 
#define _INCLUDE_XOPEN_SOURCE_PRE_600 
#define _INCLUDE_STDC_SOURCE_PRE_199901 
#define _HPUX_SOURCE 
#define _INCLUDE__STDC__ 
#define _INCLUDE_POSIX_SOURCE 
#define _INCLUDE_POSIX2_SOURCE 
#define _INCLUDE_POSIX4_SOURCE 
#define _INCLUDE_XOPEN_SOURCE 
#define _INCLUDE_XOPEN_SOURCE_EXTENDED 
#define _INCLUDE_AES_SOURCE 
#define _INCLUDE_STDC__SOURCE_199901 
#define _INCLUDE_XOPEN_SOURCE_500 
#define _INCLUDE_XOPEN_SOURCE_520 
#define _INCLUDE_XOPEN_SOURCE_600 
#define _INCLUDE_HPUX_SOURCE 
#define _XPG4_EXTENDED 
#define _XPG4 
#define _PROTOTYPES 
#define _SIO 
#define __LL_MODE__ 
#define __L64_MODE__ 
#define _FILE_OFFSET_BITS 64
#define _PSTAT64 
#define _KI64 
#define _FILE64 
#define __64BIT_OFF_T 
#define _LFS_LARGEFILE 1
#define _LFS64_LARGEFILE 1
#define __(arg) arg
#define _LF_EXTERN extern
#define __const 
#define __restrict 
#define _NAMESPACE_STD_START 
#define _NAMESPACE_STD_END 
#define __size_t size_t
#define __time_t time_t
#define __FILE FILE
#define __wint_t wint_t
#define __struct_tm struct tm
#define __va__list va_list
#define _HPUX_API_VERS_20040821_ATTR __attribute__((version_id("20040821")))
#define _INCLUDE_HPUX_API_LEVEL 0
#define _BEGIN_EXT_CDECL extern "C" {
#define _END_EXT_CDECL }
#define _HP_PRAGMA_EXTERN_NEEDED 
#define _CPLUSPLUS_PTHREAD_NAMING_FIX 
#define _SYS_ERRNO_INCLUDED 
#define EDOM 33
#define ERANGE 34
#define EPERM 1
#define ENOENT 2
#define ESRCH 3
#define EINTR 4
#define EIO 5
#define ENXIO 6
#define E2BIG 7
#define ENOEXEC 8
#define EBADF 9
#define ECHILD 10
#define EAGAIN 11
#define ENOMEM 12
#define EACCES 13
#define EFAULT 14
#define EBUSY 16
#define EEXIST 17
#define EXDEV 18
#define ENODEV 19
#define ENOTDIR 20
#define EISDIR 21
#define EINVAL 22
#define ENFILE 23
#define EMFILE 24
#define ENOTTY 25
#define EFBIG 27
#define ENOSPC 28
#define ESPIPE 29
#define EROFS 30
#define EMLINK 31
#define EPIPE 32
#define EDEADLK 45
#define ENOLCK 46
#define ENOTEMPTY 247
#define ENAMETOOLONG 248
#define ENOSYS 251
#define EILSEQ 47
#define ENOTSUP 252
#define ECANCELED 253
#define ENOTBLK 15
#define ETXTBSY 26
#define ENOMSG 35
#define EIDRM 36
#define ELOOP 249
#define ENOTSOCK 216
#define EDESTADDRREQ 217
#define EMSGSIZE 218
#define EPROTOTYPE 219
#define ENOPROTOOPT 220
#define EPROTONOSUPPORT 221
#define EOPNOTSUPP 223
#define EAFNOSUPPORT 225
#define EADDRINUSE 226
#define EADDRNOTAVAIL 227
#define ENETDOWN 228
#define ENETUNREACH 229
#define ECONNABORTED 231
#define ECONNRESET 232
#define ENOBUFS 233
#define EISCONN 234
#define ENOTCONN 235
#define ETIMEDOUT 238
#define ECONNREFUSED 239
#define EHOSTUNREACH 242
#define EALREADY 244
#define EINPROGRESS 245
#define EWOULDBLOCK 246
#define ENODATA 51
#define ETIME 52
#define ENOSR 53
#define ENOSTR 54
#define ENOLINK 57
#define EPROTO 61
#define EMULTIHOP 64
#define EBADMSG 67
#define EDQUOT 69
#define ESTALE 70
#define EOVERFLOW 72
#define ECHRNG 37
#define EL2NSYNC 38
#define EL3HLT 39
#define EL3RST 40
#define ELNRNG 41
#define EUNATCH 42
#define ENOCSI 43
#define EL2HLT 44
#define ENONET 50
#define ENOPKG 55
#define EADV 58
#define ESRMNT 59
#define ECOMM 60
#define EDOTDOT 66
#define ENOSYM 215
#define EUSERS 68
#define EREMOTE 71
#define ESOCKTNOSUPPORT 222
#define EPFNOSUPPORT 224
#define ESHUTDOWN 236
#define ETOOMANYREFS 237
#define EREFUSED ECONNREFUSED
#define EREMOTERELEASE 240
#define EHOSTDOWN 241
#define ENETRESET 230
#define ENOLOAD 152
#define ERELOC 153
#define ENOMATCH 154
#define ENOUNLD 155
#define EBADVER 156
#define ECONFIG 157
#define ENOREG 158
#define ENOUNREG 159
#define _STDIO_INCLUDED 
#define _SYS__INTTYPES_INCLUDED 
#define _SYS_TYPES_INCLUDED 
#define _MACHINE_VM_VMTYPES_INCLUDED 
#define _SYS__FD_MACROS_INCLUDED 
#define _MAXFUPLIM 2048
#define FD_SETSIZE _MAXFUPLIM
#define _NFDBITS (sizeof(__fd_mask) * 8)
#define __howmany(x,y) (((x)+((y)-1))/(y))
#define _FD_SET 
#define FD_SET(n,p) (((__fd_mask *)((p)->fds_bits))[(n)/_NFDBITS] |= (1 << 
((n) % _NFDBITS)))
#define FD_CLR(n,p) (((__fd_mask *)((p)->fds_bits))[(n)/_NFDBITS] &= ~(1 << 
((n) % _NFDBITS)))
#define FD_ISSET(n,p) (((__fd_mask *)((p)->fds_bits))[(n)/_NFDBITS] & (1 << 
((n) % _NFDBITS)))
#define FD_ZERO(p) memset((void *)(p), (int) 0, sizeof(*(p)))
#define _DEV_T 
#define _GID_T 
#define _INO_T 
#define _MODE_T 
#define _NLINK_T 
#define _OFF_T 
#define _PID_T 
#define _SYS__SIZE_T_INCLUDED 
#define _SIZE_T 
#define _SSIZE_T 
#define _SYS__TIME_T_INCLUDED 
#define _TIME_T 
#define _UID_T 
#define _SYS__CLOCK_T_INCLUDED 
#define _CLOCK_T 
#define _FPOS_T 
#define _FPOS32_T 
#define _FPOS64_T 
#define _INO32_T 
#define _INO64_T 
#define _OFF32_T 
#define _OFF64_T 
#define _KEY_T 
#define _ID_T 
#define _USECONDS_T 
#define _RLIM_T 
#define _RLIM32_T 
#define _RLIM64_T 
#define _SITE_T 
#define _CLOCKID_T 
#define _TIMER_T 
#define _MQD_T 
#define __PTHREAD_DATA_TYPES 
#define __PTHREAD_T 
#define __PTHREAD_ATTR_T 
#define _BLKCNT_T 
#define _BLKSIZE_T 
#define _FSBLOCKS_T 
#define _SUSECONDS_T 
#define _BLKCNT32_T 
#define _BLKCNT64_T 
#define _FSBLOCKS32_T 
#define _FSBLOCKS64_T 
#define _SOCKLEN_T 
#define _AID_T 
#define _BSIZE_T 
#define _CADDR_T 
#define _CMPTID_T 
#define _FSFILCNT_T 
#define _LWPID_T 
#define _PRIV_T 
#define _PRIVSET_T 
#define _PSETID_T 
#define _CNODE_T 
#define _BSIZE32_T 
#define _BSIZE64_T 
#define _DIR_OFF_T 
#define _FSFILCNT32_T 
#define _FSFILCNT64_T 
#define _SYSID_T 
#define _TID_T 
#define _ULONG_T 
#define MAXSUSE 65535
#define UID_NO_CHANGE ((uid_t)-1)
#define GID_NO_CHANGE ((gid_t)-1)
#define PGID_NOT_SET ((pid_t)-1)
#define SID_NOT_SET ((sid_t)-1)
#define PGID_USE_PID ((pid_t)-2)
#define SID_USE_PID ((sid_t)-2)
#define MAXFUPLIM _MAXFUPLIM
#define NFDBITS _NFDBITS
#define howmany(x,y) (((x)+((y)-1))/(y))
#define _NFILE 60
#define BUFSIZ 1024
#define _DBUFSIZ 8192
#define _SBFSIZ 8
#define _MBSTATE_T_INCLUDED 
#define _MBSTATE_T 
#define _IOFBF 0000000
#define _IOREAD 0000001
#define _IOWRT 0000002
#define _IONBF 0000004
#define _IOMYBUF 0000010
#define _IOEOF 0000020
#define _IOERR 0000040
#define _IOLBF 0000200
#define _IORW 0000400
#define _IOEXT 0001000
#define _IODUMMY 0002000
#define _MSE_UNBOUND_ORIENTED 0
#define _MSE_BYTE_ORIENTED -1
#define _MSE_WIDE_ORIENTED 1
#define NULL 0L
#define SEEK_SET 0
#define SEEK_CUR 1
#define SEEK_END 2
#define _P_tmpdir "/var/tmp/"
#define L_tmpnam 25
#define TMP_MAX 17576
#define FILENAME_MAX 14
#define FOPEN_MAX _NFILE
#define EOF (-1)
#define stdin (&__iob[0])
#define stdout (&__iob[1])
#define stderr (&__iob[2])
#define L_ctermid 9
#define L_cuserid 9
#define _VA_LIST 
#define P_tmpdir _P_tmpdir
#define _iob __iob
#define _cnt __cnt
#define _ptr __ptr
#define _base __base
#define _flag __flag
#define _bufend(__p) (*(((__p)->__flag & _IOEXT) ? &(((_FILEX 
*)(__p))->__bufendp) : &(__bufendtab[(__p) - __iob])))
#define _bufsiz(__p) (_bufend(__p) - (__p)->__base)
#define _STDLIB_INCLUDED 
#define EXIT_FAILURE 1
#define EXIT_SUCCESS 0
#define MB_CUR_MAX __nl_char_size
#define _LDBL_MAX { 0x7ffeffff, 0xffffffff, 0xffffffff, 0xffffffff }
#define _LDBL_NMAX { 0xfffeffff, 0xffffffff, 0xffffffff, 0xffffffff }
#define _ZERO { 0, 0, 0, 0 }
#define __LDBL_MAX(__a) ((__a == 0) ? 0x7ffeffff : 0xffffffff)
#define __LDBL_NMAX(__a) ((__a == 0) ? 0xfffeffff : 0xffffffff)
#define RAND_MAX 32767
#define _WCHAR_T_INCLUDED 
#define _ATOF_DEFINED 
#define _SYS_WAIT_INCLUDED 
#define WNOHANG 1
#define WUNTRACED 2
#define _WNOWAIT 4
#define _WSTOPPED 0x0008
#define _WCONTINUED 0x0010
#define _WEXITED 0x0020
#define _WINIT 0x040
#define WIFEXITED(_X) (((_X)&0377)==0)
#define WIFSTOPPED(_X) (((_X)&0377)==0177)
#define WEXITSTATUS(_X) (((_X)>>8)&0377)
#define WTERMSIG(_X) ((_X)&0177)
#define WSTOPSIG(_X) (((_X)>>8)&0377)
#define _SYS_RESOURCE_INCLUDED 
#define _SYS_TIME_INCLUDED 
#define ITIMER_REAL 0
#define ITIMER_VIRTUAL 1
#define ITIMER_PROF 2
#define _SYS__TIMEVAL_INCLUDED 
#define _STRUCT_TIMEVAL 
#define _STRUCT_ITIMERVAL 
#define __SELECT 
#define CLK_TCK 100
#define ITIMER_THREAD_REAL 3
#define ITIMER_THREAD_VIRTUAL 4
#define ITIMER_THREAD_PROF 5
#define DST_NONE 0
#define DST_USA 1
#define DST_AUST 2
#define DST_WET 3
#define DST_MET 4
#define DST_EET 5
#define timerisset(__tvp) ((__tvp)->tv_sec || (__tvp)->tv_usec)
#define timercmp(__tvp,__uvp,__cmp) ((__tvp)->tv_sec __cmp (__uvp)->tv_sec 
|| (__tvp)->tv_sec == (__uvp)->tv_sec && (__tvp)->tv_usec __cmp 
(__uvp)->tv_usec)
#define timerclear(__tvp) ((__tvp)->tv_sec = (__tvp)->tv_usec = 0L)
#define is_valid_timeval(__tvp) ((__tvp)->tv_usec >= 0L && (__tvp)->tv_usec 
< 1000000L)
#define timespeccmp(__tsp1,__tsp2,__op) ((__tsp1)->tv_sec __op 
(__tsp2)->tv_sec || ((__tsp1)->tv_sec == (__tsp2)->tv_sec && 
(__tsp1)->tv_nsec __op (__tsp2)->tv_nsec))
#define timespeceq(__tsp1,__tsp2) ((__tsp1)->tv_sec == (__tsp2)->tv_sec && 
(__tsp1)->tv_nsec == (__tsp2)->tv_nsec)
#define timespecclear(__tsp) ((__tsp)->tv_sec = (__tsp)->tv_nsec = 0L)
#define timespecisset(__tsp) ((__tsp)->tv_nsec || (__tsp)->tv_sec)
#define _SYS__TIMESPEC_INCLUDED 
#define _STRUCT_TIMESPEC 
#define _STRUCT_TIMEZONE 
#define _CYCLES_T 
#define _KT_T 
#define _RLIMIT_T 
#define PRIO_MIN -20
#define PRIO_MAX 20
#define PRIO_PROCESS 0
#define PRIO_PGRP 1
#define PRIO_USER 2
#define RUSAGE_SELF 0
#define RUSAGE_CHILDREN -1
#define ru_first ru_ixrss
#define ru_last ru_nivcsw
#define _RUSAGE_T 
#define RLIM_INFINITY (uint64_t) 0x7fffffffffffffffL
#define RLIM_SAVED_MAX RLIM_INFINITY
#define RLIM_SAVED_CUR RLIM_INFINITY
#define RLIMIT_CPU 0
#define RLIMIT_DATA 2
#define RLIMIT_STACK 3
#define RLIMIT_RSS 5
#define RLIMIT_FSIZE 1
#define RLIMIT_CORE 4
#define RLIMIT_NOFILE 6
#define RLIMIT_OPEN_MAX RLIMIT_NOFILE
#define RLIMIT_AS 7
#define RLIMIT_TCACHE 8
#define RLIMIT_AIO_OPS 9
#define RLIMIT_AIO_MEM 10
#define RLIMIT_RSESTACK 11
#define RLIM_NLIMITS 12
#define WNOWAIT _WNOWAIT
#define WSTOPFLG 0177
#define _SYS_SIGNAL_INCLUDED 
#define _SYS_SIGEVENT_INCLUDED 
#define _SYS_STDPAD_INCLUDED 
#define _MACHINE_SYS__TYPES_INCLUDED 
#define _MACHINE_INLINE_INCLUDED 
#define _DFLT_FENCE ((_Asm_fence) (0x3F3F & ~(_UP_ALU_FENCE | 
_DOWN_ALU_FENCE)))
#define __strong_order volatile __side_effect_free
#define __force_load volatile __unordered
#define _OPAQUE128_T 
#define __PAD_SIGNATURE(prefix) uint32_t prefix##_version, prefix##_size;
#define __PAD8(name) uint8_t name;
#define __PAD16(name) uint16_t name;
#define __PAD32(name) uint32_t name;
#define __PAD32_ILP32(name) 
#define __PAD32_ILP32_NOT_LF64(name) 
#define __PAD64(name) uint64_t name;
#define __PAD128(name) __opaque128_t name;
#define __sival_int __svi_int_s.__svi_int
#define __sival_ptr __svi_ptr_s.__svi_ptr
#define _SIGEVENT_T 
#define sival_int __sival_int
#define sival_ptr __sival_ptr
#define sigev_notify __sigev_notify
#define sigev_signo __sigev_signo
#define sigev_value __sigev_value
#define SIGEV_NONE __SIGEV_NONE
#define SIGEV_SIGNAL __SIGEV_SIGNAL
#define _SYS_SIGINFO_INCLUDED 
#define __SIGINFO_DATA __PAD_SIGNATURE(__si) int si_signo; int si_code; int 
si_errno; __PAD32(__si_reserved0b) __PAD64(__si_reserved0c) sigval_t 
si_value; union { struct { __PAD64(__pad2a) __PAD32(__pad2b) pid_t __pid; 
union { struct { __PAD64(__pad2c) __PAD32(__pad2d) uid_t __uid; } __kill; 
struct { __PAD64(__pad2e) __PAD32(__pad2f) int __status; } __SIGCLD; } 
__pdata; } __proc; struct { __PAD64(__pad5a) __PAD32_ILP32(__pad5b) void 
*__addr; __PAD64(__pad5c) __PAD32(__pad5d) unsigned int __imm; } __fault; 
struct { __PAD64(__pad6a) __PAD32(__pad6b) int __fd; __PAD64(__pad6c) 
__PAD32_ILP32(__pad6d) long __band; } __file; struct { __PAD64(__pad7a) 
__PAD32_ILP32(__pad7b) void *__addr; __PAD64(__pad7c) 
__PAD32_ILP32(__pad7d) void *__lockpage; __PAD64(__pad7e) 
__PAD32_ILP32(__pad7f) long __dev_id; } __gfault; } __data;
#define __SIGINFO_PAD 8
#define _SIGINFO_T 
#define SIGINFO_VERSION 1
#define SIGINFO_SIZE sizeof(siginfo_t)
#define si_pid __data.__proc.__pid
#define si_uid __data.__proc.__pdata.__kill.__uid
#define si_status __data.__proc.__pdata.__SIGCLD.__status
#define si_addr __data.__fault.__addr
#define si_imm __data.__fault.__imm
#define si_fd __data.__file.__fd
#define si_band __data.__file.__band
#define __si_gfaddr __data.__gfault.__addr
#define __si_gflockpage __data.__gfault.__lockpage
#define __si_gfdev_id __data.__gfault.__dev_id
#define _si_gfaddr __si_gfaddr
#define _si_gflockpage __si_gflockpage
#define _si_gfdev_id __si_gfdev_id
#define _MACHINE_SYS_SIGINFO_INCLUDED 
#define SI_UNKNOWN 0
#define ILL_UNKNOWN 0
#define ILL_ILLOPC 1
#define ILL_ILLOPN 2
#define ILL_ILLADR 3
#define ILL_ILLTRP 4
#define ILL_PRVOPC 5
#define ILL_PRVREG 6
#define ILL_COPROC 7
#define ILL_BADSTK 8
#define ILL_REGNAT 9
#define ILL_BREAK 10
#define ILL_ILLDEP 11
#define ILL_MCARECOV 12
#define FPE_UNKNOWN 0
#define FPE_INTDIV 1
#define FPE_INTOVF 2
#define FPE_FLTDIV 3
#define FPE_FLTOVF 4
#define FPE_FLTUND 5
#define FPE_FLTRES 6
#define FPE_FLTINV 7
#define FPE_FLTSUB 8
#define FPE_DECOVF 9
#define FPE_DECDIV 10
#define FPE_DECERR 11
#define FPE_INVASC 12
#define FPE_INVDEC 13
#define SEGV_UNKNOWN 0
#define SEGV_MAPERR 1
#define SEGV_ACCERR 2
#define SEGV_PSTKOVF 3
#define BUS_UNKNOWN 0
#define BUS_ADRALN 1
#define BUS_ADRERR 2
#define BUS_OBJERR 3
#define BUS_MCARECOV 4
#define TRAP_UNKNOWN 0
#define TRAP_BRKPT 1
#define TRAP_TRACE 2
#define CLD_UNKNOWN 0
#define CLD_EXITED 1
#define CLD_KILLED 2
#define CLD_DUMPED 3
#define CLD_TRAPPED 4
#define CLD_STOPPED 5
#define CLD_CONTINUED 6
#define POLL_UNKNOWN 0
#define POLL_IN 1
#define POLL_OUT 2
#define POLL_MSG 3
#define POLL_ERR 4
#define POLL_PRI 5
#define POLL_HUP 6
#define GFAULT_EXPLICIT 1
#define GFAULT_IMPLICIT 2
#define _SYS_NEWSIG_INCLUDED 
#define _MACHINE_SYS_NEWSIG_INCLUDED 
#define _MCONTEXT_T 
#define __NUMARGREGS 8
#define __UC_PADDING ((1024 - sizeof(__uc_misc_t)) / sizeof(double))
#define uc_link __uc_misc.__uc_link
#define uc_sigmask __uc_misc.__uc_sigmask
#define uc_stack __uc_misc.__uc_stack
#define uc_mcontext __uc_mcontext
#define __UCONTEXT_VERSION 2
#define __UCONTEXT_SIZE sizeof(ucontext_t)
#define __core_lwpid __uc_misc.__uc_core_lwpid
#define __core_user_tid __uc_misc.__uc_core_user_tid
#define __core_sig __uc_misc.__uc_core_sig
#define __core_code __uc_misc.__uc_core_code
#define __harg int
#define sa_sigaction __handler.__sa_sigaction
#define sa_handler __handler.__sa_handler
#define _SIGSTACK_T 
#define _SIGVEC_T 
#define sv_onstack sv_flags
#define _SIGHUP 1
#define SIGINT 2
#define _SIGQUIT 3
#define SIGILL 4
#define _SIGTRAP 5
#define SIGABRT 6
#define _SIGIOT SIGABRT
#define _SIGEMT 7
#define SIGFPE 8
#define _SIGKILL 9
#define _SIGBUS 10
#define SIGSEGV 11
#define _SIGSYS 12
#define _SIGPIPE 13
#define _SIGALRM 14
#define SIGTERM 15
#define _SIGUSR1 16
#define _SIGUSR2 17
#define _SIGCHLD 18
#define _SIGCLD _SIGCHLD
#define _SIGPWR 19
#define _SIGVTALRM 20
#define _SIGPROF 21
#define _SIGIO 22
#define _SIGPOLL _SIGIO
#define _SIGWINCH 23
#define _SIGWINDOW _SIGWINCH
#define _SIGSTOP 24
#define _SIGTSTP 25
#define _SIGCONT 26
#define _SIGTTIN 27
#define _SIGTTOU 28
#define _SIGURG 29
#define _SIGLOST 30
#define _SIGRESERVE 31
#define _SIGLWPTIMER _SIGRESERVE
#define _SIGOBSOLETE32 32
#define _SIGXCPU 33
#define _SIGXFSZ 34
#define _SIGCANCEL 35
#define _SIGGFAULT 36
#define _SIGRTMIN 37
#define _SIGRTMAX 44
#define _RTSIG_MAX 8
#define SIGHUP _SIGHUP
#define SIGQUIT _SIGQUIT
#define SIGKILL _SIGKILL
#define SIGPIPE _SIGPIPE
#define SIGALRM _SIGALRM
#define SIGUSR1 _SIGUSR1
#define SIGUSR2 _SIGUSR2
#define SIGCHLD _SIGCHLD
#define SIGSTOP _SIGSTOP
#define SIGTSTP _SIGTSTP
#define SIGCONT _SIGCONT
#define SIGTTIN _SIGTTIN
#define SIGTTOU _SIGTTOU
#define SIGRTMIN ((int)___sysconf(10010))
#define SIGRTMAX ((int)___sysconf(10011))
#define SIGPROF _SIGPROF
#define SIGBUS _SIGBUS
#define SIGVTALRM _SIGVTALRM
#define SIGURG _SIGURG
#define SIGXCPU _SIGXCPU
#define SIGXFSZ _SIGXFSZ
#define SIGPOLL _SIGPOLL
#define SIGTRAP _SIGTRAP
#define SIGSYS _SIGSYS
#define SIGIOT _SIGIOT
#define SIGEMT _SIGEMT
#define SIGCLD _SIGCLD
#define SIGPWR _SIGPWR
#define SIGIO _SIGIO
#define SIGWINCH _SIGWINCH
#define SIGCANCEL _SIGCANCEL
#define SIGGFAULT _SIGGFAULT
#define SIGWINDOW _SIGWINCH
#define SIGLOST _SIGLOST
#define SIGLWPTIMER _SIGLWPTIMER
#define SIGOBSOLETE32 _SIGOBSOLETE32
#define _NSIG 45
#define NSIG _NSIG
#define SIG_ERR ((__sigaction_function)-1L)
#define SIG_DFL ((__sigaction_function)0L)
#define SIG_IGN ((__sigaction_function)1L)
#define SA_NOCLDSTOP 0x00000008
#define SA_SIGINFO 0x00000010
#define SA_ONSTACK 0x00000001
#define SA_RESETHAND 0x00000004
#define SA_NODEFER 0x00000020
#define SA_RESTART 0x00000040
#define SA_NOCLDWAIT 0x00000080
#define _SA_SIGGFAULT 0x00000100
#define _SA_SIGLWPTIMER 0x00000200
#define SIG_BLOCK 000
#define SIG_UNBLOCK 001
#define SIG_SETMASK 002
#define SS_ONSTACK 0x00000001
#define SS_DISABLE 0x00000002
#define _MACHINE_SYS_SIGNAL_INCLUDED 
#define MINSIGSTKSZ 131072
#define SIGSTKSZ 262144
#define _MACHINE_SYS_SIGCONTEXT_INCLUDED 
#define sc_syscall __uc.__uc_misc.__uc_syscall
#define sc_onstack __uc.__uc_misc.__uc_onstack
#define sc_mask __uc.__uc_misc.__uc_sigmask.sigset[0]
#define sc_syscall_action __uc.__uc_misc.__uc_syscall_action
#define sc_eosys __uc.__uc_misc.__uc_eosys
#define sc_error __uc.__uc_misc.__uc_errno
#define sc_rval1 __uc.__uc_misc.__uc_rval1
#define sc_rval2 __uc.__uc_misc.__uc_rval2
#define sc_arg __uc.__uc_misc.__uc_arg
#define SIG_HOLD ((__sigaction_function)3L)
#define _sigset_t __sigset_t
#define KILL_ALL_OTHERS ((pid_t) 0x7fff)
#define SV_ONSTACK SA_ONSTACK
#define SV_BSDSIG 0x00000002
#define SV_RESETHAND SA_RESETHAND
#define _MACHINE_SYS_FRAME_INCLUDED 
#define NUMARGREGS 8
#define BADSIG SIG_ERR
#define SIG_RETURN 1
#define SIG_RESTART 0
#define sigmask(signo) (1L << (signo-1))
#define WSTOPPED _WSTOPPED
#define WCONTINUED _WCONTINUED
#define WEXITED _WEXITED
#define WCONTFLG 0177777
#define _WAITIDMASK (WEXITED|WSTOPPED|WCONTINUED|WNOHANG|WNOWAIT)
#define _WAITMASK (WNOHANG | WUNTRACED | WNOWAIT | WCONTINUED | _WINIT)
#define WLOW2BYTES 0177777
#define WIFSIGNALED(_X) ((((_X)&0377)!=0)&&(((_X)&0377)!=WSTOPFLG) 
&&(((_X)&WLOW2BYTES)!=WCONTFLG))
#define WIFCONTINUED(_X) (( (_X) & WLOW2BYTES ) == WCONTFLG )
#define _IDTYPE_T 
#define w_termsig w_T.w_Termsig
#define w_coredump w_T.w_Coredump
#define w_retcode w_T.w_Retcode
#define w_stopval w_S.w_Stopval
#define w_stopsig w_S.w_Stopsig
#define WCOREDUMP(_X) ((_X)&0200)
#define _MKTEMP_DEFINED 
#define _LONG_DOUBLE 
#define M_MXFAST 1
#define M_NLBLKS 2
#define M_GRAIN 3
#define M_KEEP 4
#define M_BLOCK 5
#define M_UBLOCK 6
#define M_TRIM_THRESHOLD -1
#define M_TOP_PAD -2
#define M_MMAP_THRESHOLD -3
#define M_MMAP_MAX -4
#define M_CHECK_ACTION -5
#define _STRUCT_MALLINFO 
#define DM_ERR (-1)
#define DM_BUSY (-2)
#define DM_SUCCESS (0)
#define _PWD_INCLUDED 
#define UID_NOBODY (-2)
#define __STD_STDIO_H 
#define __STD_CSTDIO 
#define CRYPTOPP_CONFIG_H 
#define IS_LITTLE_ENDIAN 
#define USE_MS_CRYPTOAPI 
#define GZIP_OS_CODE 0
#define PREFER_BERKELEY_STYLE_SOCKETS 
#define CRYPTOPP_RIJNDAEL_NAME "AES"
#define WORKAROUND_MS_BUG_Q258000 
#define NAMESPACE_BEGIN(x) namespace x {
#define NAMESPACE_END }
#define DOCUMENTED_TYPEDEF(x,y) typedef x y;
#define ANONYMOUS_NAMESPACE_BEGIN namespace {
#define USING_NAMESPACE(x) using namespace x;
#define DOCUMENTED_NAMESPACE_BEGIN(x) namespace x {
#define DOCUMENTED_NAMESPACE_END }
#define TYPE_OF_SOCKLEN_T ::socklen_t
#define W64LIT(x) x##ULL
#define CRYPTOPP_NATIVE_DWORD_AVAILABLE 
#define CRYPTOPP_BOOL_SLOW_WORD64 0
#define CRYPTOPP_L1_CACHE_LINE_SIZE 32
#define CRYPTOPP_ALIGN_DATA(x) 
#define CRYPTOPP_SECTION_ALIGN16 
#define CRYPTOPP_FASTCALL 
#define CPP_TYPENAME typename
#define CRYPTOPP_VC6_INT64 
#define CRYPTOPP_NO_VTABLE 
#define CRYPTOPP_UNCAUGHT_EXCEPTION_AVAILABLE 
#define CRYPTOPP_BOOL_SSE2_INTRINSICS_AVAILABLE 0
#define CRYPTOPP_BOOL_AESNI_INTRINSICS_AVAILABLE 0
#define CRYPTOPP_BOOL_ALIGN16_ENABLED 0
#define CRYPTOPP_NO_ALIGNED_ALLOC 
#define CRYPTOPP_NOINLINE_DOTDOTDOT ...
#define CRYPTOPP_NOINLINE 
#define CRYPTOPP_CONSTANT(x) static const int x;
#define CRYPTOPP_BOOL_X64 0
#define CRYPTOPP_BOOL_X86 0
#define CRYPTOPP_VERSION 562
#define USE_BERKELEY_STYLE_SOCKETS 
#define CRYPTOPP_DLL 
#define CRYPTOPP_API 
#define CRYPTOPP_EXTERN_DLL_TEMPLATE_CLASS extern template class 
CRYPTOPP_DLL
#define CRYPTOPP_DLL_TEMPLATE_CLASS CRYPTOPP_EXTERN_DLL_TEMPLATE_CLASS
#define CRYPTOPP_EXTERN_STATIC_TEMPLATE_CLASS extern template class
#define CRYPTOPP_STATIC_TEMPLATE_CLASS CRYPTOPP_EXTERN_STATIC_TEMPLATE_CLASS
jagia64% exit

jagia64% 
script done on Thu Mar 28 09:04:23 2013



>

-- 
-- 
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to [email protected].
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.
--- 
You received this message because you are subscribed to the Google Groups 
"Crypto++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to