[lwatch-cvs] files/src config.h.in,1.9,1.10
Brought to you by:
arturcz
|
From: <ar...@us...> - 2003-03-21 14:27:54
|
Update of /cvsroot/lwatch/files/src In directory sc8-pr-cvs1:/tmp/cvs-serv15414/src Modified Files: config.h.in Log Message: - checking for existence of headers files Index: config.h.in =================================================================== RCS file: /cvsroot/lwatch/files/src/config.h.in,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** config.h.in 18 Mar 2003 16:05:42 -0000 1.9 --- config.h.in 21 Mar 2003 14:27:49 -0000 1.10 *************** *** 7,13 **** --- 7,19 ---- #undef HAVE_DOPRNT + /* Define to 1 if you have the <errno.h> header file. */ + #undef HAVE_ERRNO_H + /* Define to 1 if you have the <fcntl.h> header file. */ #undef HAVE_FCNTL_H + /* Define to 1 if you have the <getopt.h> header file. */ + #undef HAVE_GETOPT_H + /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H *************** *** 33,36 **** --- 39,48 ---- #undef HAVE_REALLOC + /* Define to 1 if you have the <signal.h> header file. */ + #undef HAVE_SIGNAL_H + + /* Define to 1 if you have the <stdarg.h> header file. */ + #undef HAVE_STDARG_H + /* Define to 1 if you have the <stddef.h> header file. */ #undef HAVE_STDDEF_H *************** *** 39,42 **** --- 51,57 ---- #undef HAVE_STDINT_H + /* Define to 1 if you have the <stdio.h> header file. */ + #undef HAVE_STDIO_H + /* Define to 1 if you have the <stdlib.h> header file. */ #undef HAVE_STDLIB_H *************** *** 56,59 **** --- 71,77 ---- /* Define to 1 if you have the <sys/param.h> header file. */ #undef HAVE_SYS_PARAM_H + + /* Define to 1 if you have the <sys/poll.h> header file. */ + #undef HAVE_SYS_POLL_H /* Define to 1 if you have the <sys/stat.h> header file. */ |