dect
/
libpcap
Archived
13
0
Fork 0

Add "const" for autoconf 2.52 compatability. Longer term solution:

go through aclocal.m4 and modernize it.
This commit is contained in:
fenner 2001-11-12 22:18:01 +00:00
parent 4da5bb94e1
commit d1a8dfbe03
1 changed files with 7 additions and 0 deletions

7
acconfig.h Normal file
View File

@ -0,0 +1,7 @@
/* Long story short: aclocal.m4 depends on autoconf 2.13
* implementation details wrt "const"; newer versions
* have different implementation details so for now we
* put "const" here. This may cause duplicate definitions
* in config.h but that should be OK since they're the same.
*/
#undef const