diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-10-06 15:32:21 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-10-06 15:32:21 +0000 |
commit | d23635f66d8a46a75b94a0532b7346698c529612 (patch) | |
tree | 2e53a87dcefd3d959f37e425730da9f16e4943d2 | |
parent | 4640627f6ec9f0c2bffe97f7a0d47835ef48f144 (diff) | |
download | rtmux-d23635f66d8a46a75b94a0532b7346698c529612.tar.gz rtmux-d23635f66d8a46a75b94a0532b7346698c529612.tar.bz2 rtmux-d23635f66d8a46a75b94a0532b7346698c529612.zip |
Remove unneeded defines that were used with the internal locking mechanism.
-rw-r--r-- | compat.h | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -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> @@ -138,18 +138,10 @@ typedef uint64_t u_int64_t; } while (0) #endif -#ifndef PASS_MAX -#define PASS_MAX 128 -#endif - #ifndef TTY_NAME_MAX #define TTY_NAME_MAX 32 #endif -#ifndef _PW_BUF_LEN -#define _PW_BUF_LEN 1024 -#endif - #ifndef HAVE_BZERO #define bzero(buf, len) memset((buf), 0, (len)); #endif |