|
From: <sja...@us...> - 2003-09-16 11:49:41
|
Update of /cvsroot/binaryphp/binaryphp
In directory sc8-pr-cvs1:/tmp/cvs-serv3691
Modified Files:
functions.php
Log Message:
Added gethostbyname()
Index: functions.php
===================================================================
RCS file: /cvsroot/binaryphp/binaryphp/functions.php,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -d -r1.44 -r1.45
*** functions.php 14 Sep 2003 20:33:19 -0000 1.44
--- functions.php 16 Sep 2003 11:49:38 -0000 1.45
***************
*** 83,86 ****
--- 83,87 ----
'gettimeofday' => array(array('sys/time.h','time.h'), 'timedate/gettimeofday.cpp'),
'time' => array('time.h', 'timedate/time.cpp'),
+ 'gethostbyname' => array(array('netinet/in.h', 'arpa/inet.h', 'netdb.h'), 'network/gethostbyname.cpp' ),
null
);
|