#if defined(IL_NOTIFICATIONS)
eq->dest_port = atoi(p);
#else
- eq->dest_port = p ? atoi(p)+1 : GLITE_WMSC_JOBID_DEFAULT_PORT+1;
+ eq->dest_port = p ? atoi(p)+1 : GLITE_JOBID_DEFAULT_PORT+1;
#endif
/* create all necessary locks */
if(pthread_rwlock_init(&eq->update_lock, NULL)) {
gethostname(host, sizeof host);
host[sizeof host - 1] = 0;
- asprintf(&port, "%d", GLITE_WMSC_JOBID_DEFAULT_PORT);
+ asprintf(&port, "%d", GLITE_JOBID_DEFAULT_PORT);
dprintf(("server address: %s:%s\n", host, port));
service_table[SRV_SERVE].conn = socket(PF_UNIX, SOCK_STREAM, 0);