Fix compilation problems reported by gcc 4.4 with -Wsign-conversion. Due to a problem with the definition of struct option on Solaris (defining name as char* and not const char*) I had to add a macro to explicitly cast the strings to char* on Solaris. :(
Fix compilation problems reported by gcc 4.4 with -Wsign-conversion. Due to a problem with the definition of struct option on Solaris (defining name as char* and not const char*) I had to add a macro to explicitly cast the strings to char* on Solaris. :(