Luong Dinh Dung's comments adjusted

This commit is contained in:
Daniel Stenberg 2000-06-13 23:04:44 +00:00
parent 2488fff451
commit e22d75cd6e
3 changed files with 19 additions and 5 deletions

View File

@ -117,7 +117,7 @@
#define HAVE_NETDB_H 1
/* Define if you have the <netinet/in.h> header file. */
#define HAVE_NETINET_IN_H 1
/*#define HAVE_NETINET_IN_H 1*/
/* Define if you have the <sgtty.h> header file. */
/*#define HAVE_SGTTY_H 1*/

View File

@ -54,7 +54,10 @@ RELEASE_OBJS= \
urlr.obj \
filer.obj \
writeoutr.obj \
versionr.obj
versionr.obj \
easyr.obj \
highlevelr.obj \
strequalr.obj
DEBUG_OBJS= \
base64d.obj \
@ -82,7 +85,10 @@ DEBUG_OBJS= \
urld.obj \
filed.obj \
writeoutd.obj \
versiond.obj
versiond.obj \
easyd.obj \
highleveld.obj \
strequald.obj
RELEASE_SSL_OBJS= \
base64rs.obj \
@ -110,7 +116,10 @@ RELEASE_SSL_OBJS= \
urlrs.obj \
filers.obj \
writeouts.obj \
versionrs.obj
versionrs.obj \
easyrs.obj \
highlevelrs.obj \
strequalrs.obj
LINK_OBJS= \
base64.obj \
@ -138,7 +147,10 @@ LINK_OBJS= \
url.obj \
file.obj \
writeout.obj \
version.obj
version.obj \
easy.obj \
highlevel.obj \
strequal.obj
all : release

View File

@ -88,7 +88,9 @@
#endif
#endif
#ifdef HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif
#include "timeval.h"