Removed client registry, use of UUID, and semaphore. Removed handshaking phase. (simplify proxy)

This commit is contained in:
Michael Jumper
2010-09-24 02:59:15 -07:00
parent a1440075d0
commit b3c1017b8e
8 changed files with 11 additions and 396 deletions

View File

@@ -10,11 +10,9 @@ AC_PROG_LIBTOOL
# Checks for libraries.
AC_CHECK_LIB([png], [png_write_png])
AC_CHECK_LIB([pthread], [sem_init])
AC_CHECK_LIB([uuid], [uuid_generate])
# Checks for header files.
AC_CHECK_HEADERS([fcntl.h stdlib.h string.h sys/socket.h sys/time.h syslog.h unistd.h semaphore.h])
AC_CHECK_HEADERS([fcntl.h stdlib.h string.h sys/socket.h sys/time.h syslog.h unistd.h])
# Checks for typedefs, structures, and compiler characteristics.
AC_TYPE_SIZE_T