1/* $Header: /home/yav/xpx/RCS/config.h.in,v 1.4 1995/11/23 17:05:04 yav Exp $
2 * OS depend configuration file for xpx
3 */
4
5#ifndef XPX_CONFIG_H
6#define XPX_CONFIG_H
7
8#undef STDC_HEADERS
9
10#undef HAVE_STDLIB_H
11#undef HAVE_STRING_H
12#undef HAVE_STRINGS_H
13#undef HAVE_STDARG_H
14#undef HAVE_VARARGS_H
15#undef HAVE_UNISTD_H
16#undef HAVE_MALLOC_H
17#undef HAVE_SYS_WAIT_H
18#undef HAVE_MATH_H
19
20#undef HAVE_DIRENT_H
21#undef HAVE_SYS_NDIR_H
22#undef HAVE_SYS_DIR_H
23#undef HAVE_NDIR_H
24
25#undef TIME_WITH_SYS_TIME
26#undef HAVE_SYS_TIME_H
27
28#undef HAVE_STRCHR
29#undef HAVE_MEMCPY
30#undef HAVE_BZERO
31
32#undef HAVE_USLEEP
33#undef HAVE_GETTIMEOFDAY
34
35#undef HAVE_OPENDIR
36#undef HAVE_CLOSEDIR
37#undef HAVE_READDIR
38#undef HAVE_GETCWD
39#undef HAVE_VFORK
40
41#endif /* XPX_CONFIG_H */
42
43/* End of file */
44