Pathrewrite: Difference between revisions
Appearance
No edit summary |
(No difference)
|
Revision as of 22:12, 25 March 2005
Using the Innotek Libc pathrewrite function
When porting application from unix flavours you might run into the problem that some parts are hardcoded into the application, most famous is ofcourse /etc.
Libc provides a interface to work around these problems without completely rewriting the application, and thus easying the maintenance for the porter.
In this article I'll try to outline the posibilities from what I used myself and will give a example