X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fsystem.h;h=a31ba7a345d291d4f75ba2c513b73b2559472689;hb=HEAD;hp=2c09551530e871d1127235c15769c547c9046303;hpb=61d9b04f66055e61f0afdf8955ff890f4da39288;p=meshlink diff --git a/src/system.h b/src/system.h index 2c095515..a31ba7a3 100644 --- a/src/system.h +++ b/src/system.h @@ -24,12 +24,6 @@ #include "have.h" -#ifndef HAVE_STDBOOL_H -typedef int bool; -#define true 1 -#define false 0 -#endif - #ifndef HAVE_STRSIGNAL # define strsignal(p) "" #endif @@ -38,8 +32,4 @@ typedef int bool; #include "dropin.h" -#ifndef HAVE_SOCKLEN_T -typedef int socklen_t; -#endif - #endif