/**
* This method will turn a global define into a string.
* @param input the define string to convert
* @return the string it is defined as
*/
string string_to_define( string input ) {
return DEFINE_H->string_to_define(input);
} /* string_to_define() */