From: John P. <jo...@ma...> - 2000-12-10 21:48:32
|
It seems as if S_IFDIR is defined on my Debian GNU linux and on FreeBSD. Should it not also be defined on HPUX? I am having trouble with the tests in configure for checking headers - AC_EGREP_HEADER. Please check the sys/stat.h for this decleration. In my experience with C/C++ if a macro is prepended by underscores it is mostly only supposed to be used internaly and is given a public alias without the underscores if it ment to be used externaly. --Quinticent |