View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001561 | unreal | ircd | public | 2004-02-19 06:29 | 2004-02-19 18:17 |
Reporter | lunytune | Assigned To | |||
Priority | normal | Severity | trivial | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | sun | OS | solaris | OS Version | 2.9 |
Product Version | 3.2-RC1 | ||||
Summary | 0001561: configure does not check for PATH_MAX define | ||||
Description | The configure script does not check where PATH_MAX is defined in the include files. On Solaris this is defined in <limits.h>. Because limits.h is not included, ircd failes to compile for missing this define in src/modules.c, src/url.c and src/support.c | ||||
Steps To Reproduce | any configure on a solaris system | ||||
Additional Information | should be easy to fix with a AC_CHECK_HEADERS addition in configure.in This is new to 3.2-RC1 as beta19 did not exhibit this problem | ||||
Tags | No tags attached. | ||||
3rd party modules | |||||
|
Is there a reason why you're saying this should be a ./configure test? It seems to me all that would be needed is to include #include <limits.h> and it will work. |
|
One could just always include limits.h, but not all systems have it. It should be available on all stdc compliant systems. But it might be missing. A check for its existence would seem appropriate to me. Just plainly including it would be a fix for me, but then again it might break the compile for others.. |
|
Well we already include limits.h in other files and no one has ever complained about limits.h not being found. |
|
Fixed in .2120 |
Date Modified | Username | Field | Change |
---|---|---|---|
2004-02-19 06:29 | lunytune | New Issue | |
2004-02-19 11:51 |
|
Note Added: 0005087 | |
2004-02-19 17:48 | lunytune | Note Added: 0005091 | |
2004-02-19 18:01 |
|
Note Added: 0005093 | |
2004-02-19 18:17 |
|
Status | new => resolved |
2004-02-19 18:17 |
|
Resolution | open => fixed |
2004-02-19 18:17 |
|
Assigned To | => codemastr |
2004-02-19 18:17 |
|
Note Added: 0005094 |