Home
last modified time | relevance | path

Searched refs:ICECAST_BOOTING (Results 1 – 2 of 2) sorted by relevance

/dports/audio/icecast/icecast-2.4.4/src/
H A Dglobal.h18 #define ICECAST_BOOTING 0 /* Still booting */ macro
H A Dglobal.c41 global.running = ICECAST_BOOTING; in global_initialize()