Changeset 1851
- Timestamp:
- Oct 28, 2007, 11:20:11 AM (16 years ago)
- Location:
- libcaca/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca/driver_ncurses.c
r1837 r1851 36 36 #include <string.h> 37 37 38 #if defined HAVE_UNISTD_H 39 # include <unistd.h> 40 #endif 38 41 #if defined HAVE_SIGNAL_H 39 42 # include <signal.h> … … 45 48 # include <locale.h> 46 49 #endif 47 48 #ifndef TIOCGWINSZ 50 #if defined HAVE_TERMIOS_H 49 51 # include <termios.h> 50 52 #endif -
libcaca/trunk/configure.ac
r1829 r1851 76 76 [ --enable-doc build documentation (needs doxygen and LaTeX)]) 77 77 78 AC_CHECK_HEADERS(stdio.h stdarg.h signal.h sys/ioctl.h sys/time.h inttypes.h endian.h unistd.h arpa/inet.h netinet/in.h winsock2.h errno.h locale.h getopt.h dlfcn.h )78 AC_CHECK_HEADERS(stdio.h stdarg.h signal.h sys/ioctl.h sys/time.h inttypes.h endian.h unistd.h arpa/inet.h netinet/in.h winsock2.h errno.h locale.h getopt.h dlfcn.h termios.h) 79 79 AC_CHECK_FUNCS(signal ioctl vsnprintf getenv putenv strcasecmp htons) 80 80 AC_CHECK_FUNCS(usleep gettimeofday)
Note: See TracChangeset
for help on using the changeset viewer.