mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-01-31 14:11:35 +00:00
Check if TILDE is already defined and undef.
Prevents redefinition warning on AIX.
This commit is contained in:
parent
41a2e64ae4
commit
290c994336
@ -83,6 +83,10 @@
|
||||
|
||||
#include "charclass.h"
|
||||
|
||||
#ifdef TILDE
|
||||
# undef TILDE
|
||||
#endif
|
||||
|
||||
#define DOLLAR '$'
|
||||
#define DOT '.'
|
||||
#define EOS '\0'
|
||||
|
Loading…
Reference in New Issue
Block a user