Is there any api in Solaris
for configuration file parsing. Currently I am using GLib's
GKeyFile
Parser in Linux, but need to port the application into Solaris. Don't want to compile glib
on Solaris.
Asked
Active
Viewed 92 times
1 Answers
1
Since GNOME has been included in Solaris since Solaris 9 8/03 released almost exactly 10 years ago, most Solaris systems already have some version of glib available.

alanc
- 4,102
- 21
- 24
-
Don't want to add gnome dependency in my application. Really surprised what library lot of Solaris application used for configuration file reading. – Ibrar Ahmed Aug 01 '13 at 10:24