[srvx-commits] CVS: services/src config.h.in,1.23,1.24
Brought to you by:
entrope
From: Entrope <en...@us...> - 2001-08-24 20:32:47
|
Update of /cvsroot/srvx/services/src In directory usw-pr-cvs1:/tmp/cvs-serv9947/src Modified Files: config.h.in Log Message: check for arpa/inet.h Index: config.h.in =================================================================== RCS file: /cvsroot/srvx/services/src/config.h.in,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -r1.23 -r1.24 *** config.h.in 2001/08/19 03:06:09 1.23 --- config.h.in 2001/08/24 20:32:44 1.24 *************** *** 16,19 **** --- 16,22 ---- #undef HAVE_ALLOCA_H + /* Define if you have the <arpa/inet.h> header file. */ + #undef HAVE_ARPA_INET_H + /* Define if you have the `bcopy' function. */ #undef HAVE_BCOPY |