*** empty log message ***

This commit is contained in:
hyung-hwan 2006-04-14 10:01:15 +00:00
parent a2c471a8a6
commit c1c403e83d
3 changed files with 1472 additions and 3626 deletions

View File

@ -79,6 +79,9 @@
/* sys/poll.h */
#undef XP_HAVE_SYS_EPOLL_H
/* pthread.h */
#undef XP_HAVE_PTHREAD_H
/* sys/sysinfo.h */
#undef XP_HAVE_SYS_SYSINFO_H

5092
ase/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
AC_PREREQ(2.53)
AC_INIT([xpkit], [deb-0.1.0])
AC_REVISION([$Revision: 1.62 $])
AC_REVISION([$Revision: 1.63 $])
AC_CONFIG_HEADER([xp/config.h])
# Checks for programs.
@ -24,6 +24,7 @@ AC_CHECK_HEADER([limits.h], [AC_DEFINE([XP_HAVE_LIMITS_H],[],[limits.h])])
AC_CHECK_HEADER([wchar.h], [AC_DEFINE([XP_HAVE_WCHAR_H],[],[wchar.h])])
AC_CHECK_HEADER([poll.h], [AC_DEFINE([XP_HAVE_POLL_H],[],[poll.h])])
AC_CHECK_HEADER([sys/epoll.h], [AC_DEFINE([XP_HAVE_SYS_EPOLL_H],[],[sys/epoll.h])])
AC_CHECK_HEADER([pthread.h], [AC_DEFINE([XP_HAVE_PTHREAD_H],[],[pthread.h])])
AC_CHECK_HEADER([sys/sysinfo.h],
[AC_DEFINE([XP_HAVE_SYS_SYSINFO_H],[],[sys/sysinfo.h])])