Lines Matching +full:power +full:- +full:limits
1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright 2018-2020 Alex Richardson <arichardson@FreeBSD.org>
8 * Technology) under DARPA contract HR0011-18-C-0016 ("ECATS"), as part of the
12 * Cambridge Computer Laboratory under DARPA/AFRL contract (FA8750-10-C-0237)
36 #if __has_include_next(<limits.h>)
37 #include_next <limits.h>
40 #if __has_include(<linux/limits.h>)
41 #include <linux/limits.h>
46 #warning "Attempting to use limits.h with -std=c89/without _GNU_SOURCE, many macros will be missing"
55 #define MAXBSIZE 65536 /* must be power of 2 */
67 #define GID_MAX ((gid_t)-1)
71 #define UID_MAX ((uid_t)-1)
76 #error "DIDN't include correct limits?"
95 #error "GCC limits not included"
99 #error "Expected 64-bit off_t"