add TRUE and FALSE
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1539 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -257,6 +257,14 @@ int get_window_size(int fd, struct winsize *);
|
||||
#define min(a,b) (((a)<(b))?(a):(b))
|
||||
#endif
|
||||
|
||||
#ifndef TRUE
|
||||
#define TRUE 1
|
||||
#endif
|
||||
|
||||
#ifndef FALSE
|
||||
#define FALSE 0
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SYSLOG_H
|
||||
#include <syslog.h>
|
||||
/* Misc definitions for old syslogs */
|
||||
|
@@ -257,6 +257,14 @@ int get_window_size(int fd, struct winsize *);
|
||||
#define min(a,b) (((a)<(b))?(a):(b))
|
||||
#endif
|
||||
|
||||
#ifndef TRUE
|
||||
#define TRUE 1
|
||||
#endif
|
||||
|
||||
#ifndef FALSE
|
||||
#define FALSE 0
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SYSLOG_H
|
||||
#include <syslog.h>
|
||||
/* Misc definitions for old syslogs */
|
||||
|
Reference in New Issue
Block a user