mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
Don't define CLK_TCK here.
Uniformize idempotency ifdef.
This commit is contained in:
parent
339b0f68f2
commit
ee6075a391
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6165
@ -31,18 +31,15 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)limits.h 8.3 (Berkeley) 1/4/94
|
||||
* $Id$
|
||||
* $Id: limits.h,v 1.8 1994/08/02 07:38:50 davidg Exp $
|
||||
*/
|
||||
|
||||
#ifndef _MACHINE_LIMITS_H_
|
||||
#define _MACHINE_LIMITS_H_ 1
|
||||
#define _MACHINE_LIMITS_H_
|
||||
|
||||
#define CHAR_BIT 8 /* number of bits in a char */
|
||||
#define MB_LEN_MAX 6 /* Allow 31 bit UTF2 */
|
||||
|
||||
|
||||
#define CLK_TCK 128 /* ticks per second */
|
||||
|
||||
/*
|
||||
* According to ANSI (section 2.2.4.2), the values below must be usable by
|
||||
* #if preprocessing directives. Additionally, the expression must have the
|
||||
@ -87,4 +84,4 @@
|
||||
#endif /* !_POSIX_SOURCE */
|
||||
#endif /* !_ANSI_SOURCE */
|
||||
|
||||
#endif /* _MACHINE_LIMITS_H_ */
|
||||
#endif /* !_MACHINE_LIMITS_H_ */
|
||||
|
@ -31,18 +31,15 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)limits.h 8.3 (Berkeley) 1/4/94
|
||||
* $Id$
|
||||
* $Id: limits.h,v 1.8 1994/08/02 07:38:50 davidg Exp $
|
||||
*/
|
||||
|
||||
#ifndef _MACHINE_LIMITS_H_
|
||||
#define _MACHINE_LIMITS_H_ 1
|
||||
#define _MACHINE_LIMITS_H_
|
||||
|
||||
#define CHAR_BIT 8 /* number of bits in a char */
|
||||
#define MB_LEN_MAX 6 /* Allow 31 bit UTF2 */
|
||||
|
||||
|
||||
#define CLK_TCK 128 /* ticks per second */
|
||||
|
||||
/*
|
||||
* According to ANSI (section 2.2.4.2), the values below must be usable by
|
||||
* #if preprocessing directives. Additionally, the expression must have the
|
||||
@ -87,4 +84,4 @@
|
||||
#endif /* !_POSIX_SOURCE */
|
||||
#endif /* !_ANSI_SOURCE */
|
||||
|
||||
#endif /* _MACHINE_LIMITS_H_ */
|
||||
#endif /* !_MACHINE_LIMITS_H_ */
|
||||
|
@ -31,18 +31,15 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)limits.h 8.3 (Berkeley) 1/4/94
|
||||
* $Id$
|
||||
* $Id: limits.h,v 1.8 1994/08/02 07:38:50 davidg Exp $
|
||||
*/
|
||||
|
||||
#ifndef _MACHINE_LIMITS_H_
|
||||
#define _MACHINE_LIMITS_H_ 1
|
||||
#define _MACHINE_LIMITS_H_
|
||||
|
||||
#define CHAR_BIT 8 /* number of bits in a char */
|
||||
#define MB_LEN_MAX 6 /* Allow 31 bit UTF2 */
|
||||
|
||||
|
||||
#define CLK_TCK 128 /* ticks per second */
|
||||
|
||||
/*
|
||||
* According to ANSI (section 2.2.4.2), the values below must be usable by
|
||||
* #if preprocessing directives. Additionally, the expression must have the
|
||||
@ -87,4 +84,4 @@
|
||||
#endif /* !_POSIX_SOURCE */
|
||||
#endif /* !_ANSI_SOURCE */
|
||||
|
||||
#endif /* _MACHINE_LIMITS_H_ */
|
||||
#endif /* !_MACHINE_LIMITS_H_ */
|
||||
|
@ -31,18 +31,15 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)limits.h 8.3 (Berkeley) 1/4/94
|
||||
* $Id$
|
||||
* $Id: limits.h,v 1.8 1994/08/02 07:38:50 davidg Exp $
|
||||
*/
|
||||
|
||||
#ifndef _MACHINE_LIMITS_H_
|
||||
#define _MACHINE_LIMITS_H_ 1
|
||||
#define _MACHINE_LIMITS_H_
|
||||
|
||||
#define CHAR_BIT 8 /* number of bits in a char */
|
||||
#define MB_LEN_MAX 6 /* Allow 31 bit UTF2 */
|
||||
|
||||
|
||||
#define CLK_TCK 128 /* ticks per second */
|
||||
|
||||
/*
|
||||
* According to ANSI (section 2.2.4.2), the values below must be usable by
|
||||
* #if preprocessing directives. Additionally, the expression must have the
|
||||
@ -87,4 +84,4 @@
|
||||
#endif /* !_POSIX_SOURCE */
|
||||
#endif /* !_ANSI_SOURCE */
|
||||
|
||||
#endif /* _MACHINE_LIMITS_H_ */
|
||||
#endif /* !_MACHINE_LIMITS_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user