configuration     123 sapi/webjames/webjames.c 	ADD_STRING("SERVER_SOFTWARE", configuration.server);
configuration     124 sapi/webjames/webjames.c 	ADD_STRING("SERVER_NAME", configuration.serverip);
configuration     127 sapi/webjames/webjames.c 	ADD_STRING("SERVER_ADMIN",configuration.webmaster);
configuration     313 sapi/webjames/webjames.c 	if (strcmp(configuration.webjames_h_revision,WEBJAMES_H_REVISION)!=0) {
configuration     316 sapi/webjames/webjames.c 		webjames_writelog(0,"PHP module is compiled for WebJames (%s) and was linked with a different version (%s)",WEBJAMES_H_REVISION,configuration.webjames_h_revision);