39 lines
897 B
C
39 lines
897 B
C
|
/* config.h.in. Generated automatically from configure.in by autoheader 2.13. */
|
||
|
|
||
|
/* Define if you have the ANSI C header files. */
|
||
|
#undef STDC_HEADERS
|
||
|
|
||
|
/* Define if the X Window System is missing or not being used. */
|
||
|
#undef X_DISPLAY_MISSING
|
||
|
|
||
|
/* use Linux specific code */
|
||
|
#undef LINUX
|
||
|
|
||
|
/* Define if you have the select function. */
|
||
|
#undef HAVE_SELECT
|
||
|
|
||
|
/* Define if you have the <fcntl.h> header file. */
|
||
|
#undef HAVE_FCNTL_H
|
||
|
|
||
|
/* Define if you have the <string.h> header file. */
|
||
|
#undef HAVE_STRING_H
|
||
|
|
||
|
/* Define if you have the <sys/time.h> header file. */
|
||
|
#undef HAVE_SYS_TIME_H
|
||
|
|
||
|
/* Define if you have the <unistd.h> header file. */
|
||
|
#undef HAVE_UNISTD_H
|
||
|
|
||
|
/* Define if you have the Xext library (-lXext). */
|
||
|
#undef HAVE_LIBXEXT
|
||
|
|
||
|
/* Define if you have the Xpm library (-lXpm). */
|
||
|
#undef HAVE_LIBXPM
|
||
|
|
||
|
/* Name of package */
|
||
|
#undef PACKAGE
|
||
|
|
||
|
/* Version number of package */
|
||
|
#undef VERSION
|
||
|
|