We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0bd2d79 + d584219 commit 0d42fbdCopy full SHA for 0d42fbd
config.mak.uname
@@ -301,17 +301,14 @@ ifeq ($(uname_S),FreeBSD)
301
FILENO_IS_A_MACRO = UnfortunatelyYes
302
endif
303
ifeq ($(uname_S),OpenBSD)
304
- NO_STRCASESTR = YesPlease
305
- NO_MEMMEM = YesPlease
+ DIR_HAS_BSD_GROUP_SEMANTICS = YesPlease
306
USE_ST_TIMESPEC = YesPlease
307
NEEDS_LIBICONV = YesPlease
308
BASIC_CFLAGS += -I/usr/local/include
309
BASIC_LDFLAGS += -L/usr/local/lib
310
HAVE_PATHS_H = YesPlease
311
HAVE_BSD_SYSCTL = YesPlease
312
- HAVE_BSD_KERN_PROC_SYSCTL = YesPlease
313
CSPRNG_METHOD = arc4random
314
- PROCFS_EXECUTABLE_PATH = /proc/curproc/file
315
FREAD_READS_DIRECTORIES = UnfortunatelyYes
316
317
0 commit comments