add configure script argument to workaround broken cuserid() function
We need a configure-time argument to work around cuserid() segmentation faults by replacing that logic with getenv("LOGNAME"). I don't see a way to handle this at run time.
We need a configure-time argument to work around cuserid() segmentation faults by replacing that logic with getenv("LOGNAME"). I don't see a way to handle this at run time.