From: <so...@us...> - 2004-03-12 16:23:39
|
Update of /cvsroot/agd/server/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18846/src Modified Files: config.h.in Log Message: Added checks for machine/types.h Index: config.h.in =================================================================== RCS file: /cvsroot/agd/server/src/config.h.in,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** config.h.in 12 Mar 2004 08:44:53 -0000 1.1 --- config.h.in 12 Mar 2004 16:03:52 -0000 1.2 *************** *** 32,35 **** --- 32,38 ---- #undef HAVE_LIBSOCKET + /* Define to 1 if you have the <machine/types.h> header file. */ + #undef HAVE_MACHINE_TYPES_H + /* Define to 1 if your system has a GNU libc compatible `malloc' function, and to 0 otherwise. */ |