X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Ftermios_linux.h;h=a234d305425b3da130b26d4f668f5162eb57a0f3;hb=HEAD;hp=9c79d16974f97d84e71ebb6cd645cdb11c3764d1;hpb=eff574c871822c7e2788aa8a928f2480fa7a6cb3;p=ppp.git diff --git a/pppd/termios_linux.h b/pppd/termios_linux.h index 9c79d16..a234d30 100644 --- a/pppd/termios_linux.h +++ b/pppd/termios_linux.h @@ -6,8 +6,10 @@ * Copyright (c) 2021 Marek Behún */ -#ifndef _TERMIOS_LINUX_H_ -#define _TERMIOS_LINUX_H_ +#ifndef PPP_TERMIOS_LINUX_H +#define PPP_TERMIOS_LINUX_H + +#include "pppdconf.h" /* * We need to use raw TCGETS2/TCSETS2 or TCGETS/TCSETS ioctls with the BOTHER @@ -191,4 +193,4 @@ static void cfmakeraw(struct termios *t) t->c_cflag |= CS8; } -#endif /* _TERMIOS_LINUX_H_ */ +#endif /* PPP_TERMIOS_LINUX_H */