diff options
author | Darren Tucker <dtucker@zip.com.au> | 2007-04-29 14:39:02 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2007-04-29 14:39:02 +1000 |
commit | 6d862a50dbe6a473c2e204d85d3e66e6a0293614 (patch) | |
tree | 1463a5f23f29be1703690ff9c37b8120782d9071 /defines.h | |
parent | 2ac529b5055ebccd5c2251e373940eee156dc967 (diff) |
- (dtucker) [configure.ac defines.h] Have configure check for MAXSYMLINKS
so we don't get redefinition warnings.
Diffstat (limited to 'defines.h')
-rw-r--r-- | defines.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,7 +25,7 @@ | |||
25 | #ifndef _DEFINES_H | 25 | #ifndef _DEFINES_H |
26 | #define _DEFINES_H | 26 | #define _DEFINES_H |
27 | 27 | ||
28 | /* $Id: defines.h,v 1.139 2007/03/26 16:35:28 tim Exp $ */ | 28 | /* $Id: defines.h,v 1.140 2007/04/29 04:39:03 dtucker Exp $ */ |
29 | 29 | ||
30 | 30 | ||
31 | /* Constants */ | 31 | /* Constants */ |
@@ -68,7 +68,7 @@ enum | |||
68 | # endif | 68 | # endif |
69 | #endif | 69 | #endif |
70 | 70 | ||
71 | #ifndef MAXSYMLINKS | 71 | #if defined(HAVE_DECL_MAXSYMLINKS) && HAVE_DECL_MAXSYMLINKS == 0 |
72 | # define MAXSYMLINKS 5 | 72 | # define MAXSYMLINKS 5 |
73 | #endif | 73 | #endif |
74 | 74 | ||