src/world/bin/mksh/src/config.h

19 lines
448 B
C

#define _GNU_SOURCE
#define HAVE_STRING_POOLING 2
#define HAVE_NICE 1
#define MKSH_BUILD_R 592
/*
* strerrordesc_np is a replacement for sys_errlist and
* sys_nerr in glibc-2.32. This define is just a reminder
* for when we upgrade. The affected file is shf.c
*/
#define HAVE_STRERRORDESC_NP 0
#ifdef _LKSH
#define MKSH_LEGACY_MODE
#define HAVE_LONG_32BIT 0
#define HAVE_LONG_64BIT 1
#define MKSH_BINSHPOSIX 1
#define MKSH_BINSHREDUCED
#endif