aboutsummaryrefslogtreecommitdiff
path: root/src/include/k5-platform.h
AgeCommit message (Expand)AuthorFilesLines
2007-08-01Define snprintf along with vsnprintf for WindowsKen Raeburn1-0/+11
2007-07-27Provide {,v}asprintf prototypes if neededKen Raeburn1-0/+15
2007-06-29Under gcc, declare k5_v?asprintf with format attributeKen Raeburn1-0/+8
2007-06-27For Win32 environment, define CAN_COPY_VA_LIST, and define an inlineKen Raeburn1-1/+21
2007-06-27If mkstemp is missing, define the mkstemp macro is k5-platform.h, not autoconf.hKen Raeburn1-0/+1
2007-06-20Add the libdb2 type-existence tests to the top-level configure script.Ken Raeburn1-0/+1
2007-06-20Move (BSD-licensed) mkstemp from libdb2 to libkrb5support, and renameKen Raeburn1-0/+3
2007-06-20provide asprintf functionality for internal useKen Raeburn1-3/+92
2007-03-14Use "unsigned __int{16,32}" types for Windows in load_{16,32}_n, per KevinKen Raeburn1-0/+8
2007-03-14* include/k5-platform.h: Add load_{16,32,64}_n for loading values fromKen Raeburn1-0/+24
2006-06-13POSIX allows getpwnam_r and getpwuid_r to return 0 (success) even if theRuss Allbery1-4/+6
2006-03-08Enable compilation of little-endian unaligned load/store helperKen Raeburn1-2/+0
2005-06-15* k5-platform.h: Include endian.h if it's available, or machine/endian.h ifKen Raeburn1-75/+120
2005-06-09Use GCC's packed-structure support to try to optimize unaligned loads andKen Raeburn1-7/+122
2005-06-07don't always require support library when building with sun ccKen Raeburn1-22/+25
2005-03-26This patch tightens up our determination of whether we can useKen Raeburn1-0/+57
2005-03-25shared library support for HP-UX 10Ken Raeburn1-7/+80
2005-02-09Fix build problem found testing certain combinations of optionsKen Raeburn1-0/+2
2004-07-14* k5-platform.h (k5_call_init_function) [DELAY_INITIALIZER] [__GNUC__]: Use aKen Raeburn1-0/+13
2004-07-01* configure.in: Test for 'inline' support.Ken Raeburn1-17/+0
2004-06-25* k5-platform.h (JOIN4, JOIN4_2, JOIN3, JOIN3_2): Unused macros deleted.Ken Raeburn1-32/+28
2004-06-18* k5-platform.h (MAKE_INIT_FUNCTION, CALL_INIT_FUNCTION, INITIALIZER_RAN): UseKen Raeburn1-5/+6
2004-04-29* k5-platform.h (DELAY_INITIALIZER): Don't define.Ken Raeburn1-20/+30
2004-04-24Added support for library initialization and finalization, and verificationKen Raeburn1-2/+249
2003-12-15* k5-platform.h (SIZE_MAX): Provide default definition if stdint.h doesn'tKen Raeburn1-2/+36
2003-12-15 * k5-platform.h: apply casts (unsigned char) to the assignments fromJeffrey Altman1-16/+16
2003-12-13Add platform-dependent 64-bit and inline-function support via new headerKen Raeburn1-0/+136