introduce-autoconf-for-openafs-20010628
[openafs.git] / acconfig.h
1 @BOTTOM@
2
3 #define RCSID(msg) \
4 static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
5
6 #undef HAVE_CONNECT
7 #undef HAVE_GETHOSTBYNAME
8 #undef HAVE_RES_SEARCH
9 #undef HAVE_SOCKET
10
11 #if ENDIANESS_IN_SYS_PARAM_H
12 #  include <sys/types.h>
13 #  include <sys/param.h>
14 #  if BYTE_ORDER == BIG_ENDIAN
15 #  define WORDS_BIGENDIAN 1
16 #  endif
17 #endif
18
19 #undef AFS_AFSDB_ENV
20 #undef AFS_NAMEI_ENV
21 #undef BOS_RESTRICTED_MODE