Deleted Added
full compact
types.h (302408) types.h (90792)
1/*
1/*
2 * Copyright (c) 2000-2001 Proofpoint, Inc. and its suppliers.
2 * Copyright (c) 2000-2001 Sendmail, Inc. and its suppliers.
3 * All rights reserved.
4 *
5 * By using this file, you agree to the terms and conditions set
6 * forth in the LICENSE file which can be found at the top level of
7 * the sendmail distribution.
8 *
3 * All rights reserved.
4 *
5 * By using this file, you agree to the terms and conditions set
6 * forth in the LICENSE file which can be found at the top level of
7 * the sendmail distribution.
8 *
9 * $Id: types.h,v 1.14 2013-11-22 20:51:32 ca Exp $
9 * $Id: types.h,v 1.13 2001/04/03 01:53:01 gshapiro Exp $
10 */
11
12/*
13** This header file defines standard integral types.
14** - It includes <sys/types.h>, and fixes portability problems that
15** exist on older Unix platforms.
16** - It defines LONGLONG_T and ULONGLONG_T, which are portable locutions
17** for 'long long' and 'unsigned long long'.

--- 48 unchanged lines hidden ---
10 */
11
12/*
13** This header file defines standard integral types.
14** - It includes <sys/types.h>, and fixes portability problems that
15** exist on older Unix platforms.
16** - It defines LONGLONG_T and ULONGLONG_T, which are portable locutions
17** for 'long long' and 'unsigned long long'.

--- 48 unchanged lines hidden ---