aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/alconfig.c
Commit message (Collapse)AuthorAgeFilesLines
* Simplify some statementsFilip Gawin2018-10-291-2/+2
|
* PATH_MAX not MAX_PATHChris Robinson2018-09-071-1/+1
|
* Load .alsoftrc from the app bundle root on macOSChris Robinson2018-09-071-0/+23
| | | | | Not sure what priority this should have. Currently it loads after system-level configs, and before user-level configs.
* Avoid fixed-PATH_MAX-size buffersChris Robinson2018-01-131-33/+55
| | | | | Windows still needs to use MAX_PATH in a couple places, but that macro's guaranteed there.
* Allow GetProcPath to return the filename alsoChris Robinson2018-01-131-4/+4
|
* Move the config function declarations to their own headerChris Robinson2018-01-111-0/+653
And rename alcConfig.c to alconfig.c for consistency.