0

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.

Ibrar Ahmed
  • 1,039
  • 1
  • 13
  • 25

1 Answers1

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