> On Dec 19, 2023, at 10:33 AM, Jason Thorpe <[email protected]> wrote:
>
>
>> On Dec 19, 2023, at 10:01 AM, Edgar Fuß <[email protected]> wrote:
>>
>> 0x6e074def
>
> the-ripe-vessel:thorpej 99$ grep UNDEFINED *
> mkheaders.c:#define UNDEFINED ('n' << 24 | 0 << 20 | 't' << 12 | 0xdefU)
> mkheaders.c:/* Value for defined options with value UNDEFINED */
> mkheaders.c: return (unsigned int)(h != UNDEFINED ? h : DEFINED);
> mkheaders.c: fprint_global(fp, dl->dl_name, UNDEFINED);
Oops, forgot the important part:
the-ripe-vessel:thorpej 98$ pwd
/nbsd/src/usr.bin/config
-- thorpej