1#   ifndef IND_CONFIG_H
2#   define IND_CONFIG_H
3
4/* Define to empty if the keyword does not work.  */
5#undef const
6
7/* Define if you have the ANSI C header files.  */
8#undef STDC_HEADERS
9
10/* Define if your processor stores words with the most significant
11   byte first (like Motorola and SPARC, unlike Intel and VAX).  */
12#undef WORDS_BIGENDIAN
13
14/* Define if you have the socket function.  */
15#undef HAVE_SOCKET
16
17/* Define if you have the strerror function.  */
18#undef HAVE_STRERROR
19
20/* Define if you have the uname function.  */
21#undef HAVE_UNAME
22
23/* Define if you have the <fcntl.h> header file.  */
24#undef HAVE_FCNTL_H
25
26/* Define if you have the <sys/time.h> header file.  */
27#undef HAVE_SYS_TIME_H
28
29/* Define if you have the <unistd.h> header file.  */
30#undef HAVE_UNISTD_H
31
32#   endif /*	IND_CONFIG_H	*/
33