|
Line
Link Here
|
| 0 |
-- defines.h Fri Apr 12 04:35:40 2002 |
0 |
++ ../openssh-SNAP-20020416/defines.h Tue Apr 16 14:35:39 2002 |
|
Lines 396-401
Link Here
|
| 396 |
#ifndef ALIGNBYTES |
396 |
#ifndef ALIGNBYTES |
| 397 |
#define ALIGNBYTES (sizeof(int) - 1) |
397 |
#define ALIGNBYTES (sizeof(int) - 1) |
| 398 |
#endif |
398 |
#endif |
|
|
399 |
#ifdef COMPILER_CHOKES_ON_SYSTEM_ALIGN |
| 400 |
#ifdef ALIGN |
| 401 |
#undef ALIGN |
| 402 |
#endif |
| 403 |
#endif /* COMPILER_CHOKES_ON_SYSTEM_ALIGN */ |
| 399 |
#ifndef ALIGN |
404 |
#ifndef ALIGN |
| 400 |
#define ALIGN(p) (((u_int)(p) + ALIGNBYTES) &~ ALIGNBYTES) |
405 |
#define ALIGN(p) (((u_int)(p) + ALIGNBYTES) &~ ALIGNBYTES) |
| 401 |
#endif |
406 |
#endif |