useful define
This commit is contained in:
parent
f2b0005bf7
commit
2574cfd9ed
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
/* $Amigan: phoned/phoned/remote.c,v 1.8 2005/06/20 01:39:50 dcp1990 Exp $ */
|
/* $Amigan: phoned/phoned/remote.c,v 1.9 2005/06/20 01:51:28 dcp1990 Exp $ */
|
||||||
/* system includes */
|
/* system includes */
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@ -42,6 +42,7 @@
|
||||||
#define MAXARGS 15
|
#define MAXARGS 15
|
||||||
#define CHK(m) strcasecmp(m, argvect[cpos]) == 0
|
#define CHK(m) strcasecmp(m, argvect[cpos]) == 0
|
||||||
#define RNF(m) s->freeit = 0; free(is); return(m)
|
#define RNF(m) s->freeit = 0; free(is); return(m)
|
||||||
|
#define LOGGEDIN s->l != NULL
|
||||||
|
|
||||||
login_t *usertop = 0x0;
|
login_t *usertop = 0x0;
|
||||||
pthread_mutex_t usermx = PTHREAD_MUTEX_INITIALIZER;
|
pthread_mutex_t usermx = PTHREAD_MUTEX_INITIALIZER;
|
||||||
|
|
Loading…
Reference in a new issue