libvncserver: remove unnecessary re-definition of true/false boolean values.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
r14.0.x
Michele Calgaro 3 years ago
parent 4fa7deb587
commit 3e7a60bfad
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -16,11 +16,6 @@ extern "C" {
#include <stdarg.h> #include <stdarg.h>
#include <errno.h> #include <errno.h>
#ifndef false
#define false 0
#define true 1
#endif
#include <sys/types.h> #include <sys/types.h>
#ifdef __osf__ #ifdef __osf__
typedef int socklen_t; typedef int socklen_t;

Loading…
Cancel
Save