October 2007
Intermediate to advanced
1308 pages
161h 13m
English
Some older compilers don’t recognize the "void *" expression.
With such compilers, you might see an error
something like this:
"./sendmail.h", line 735: syntax error at or near variable name "void"
If you get an error like this, you should define ARBPTR_T (...T on page 148) like this:
APPENDDEF(`confENVDEF', `-DARBPTR_T=\"char *\"')
Read now
Unlock full access