mirror of
https://github.com/tmux/tmux.git
synced 2024-12-13 01:48:47 +00:00
Remove unneeded defines that were used with the internal locking mechanism.
This commit is contained in:
parent
4640627f6e
commit
d23635f66d
10
compat.h
10
compat.h
@ -1,4 +1,4 @@
|
|||||||
/* $Id: compat.h,v 1.18 2009-09-23 15:05:03 tcunha Exp $ */
|
/* $Id: compat.h,v 1.19 2009-10-06 15:32:21 tcunha Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
@ -138,18 +138,10 @@ typedef uint64_t u_int64_t;
|
|||||||
} while (0)
|
} while (0)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef PASS_MAX
|
|
||||||
#define PASS_MAX 128
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef TTY_NAME_MAX
|
#ifndef TTY_NAME_MAX
|
||||||
#define TTY_NAME_MAX 32
|
#define TTY_NAME_MAX 32
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef _PW_BUF_LEN
|
|
||||||
#define _PW_BUF_LEN 1024
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef HAVE_BZERO
|
#ifndef HAVE_BZERO
|
||||||
#define bzero(buf, len) memset((buf), 0, (len));
|
#define bzero(buf, len) memset((buf), 0, (len));
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user