/[inetutils]/inetutils/libinetutils/herror.c
ViewVC logotype

Diff of /inetutils/libinetutils/herror.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by alainm, Wed Jul 19 04:08:38 2000 UTC revision 1.4 by ams, Sun Apr 28 17:10:18 2002 UTC
# Line 35  Line 35 
35  #include <netdb.h>  #include <netdb.h>
36    
37  #ifdef HAVE_H_ERRNO  #ifdef HAVE_H_ERRNO
38  # ifndef HAVE_H_ERRNO_DECL  # ifndef HAVE_DECL_H_ERRNO
39  extern int h_errno;  extern int h_errno;
40  # endif /* !HAVE_H_ERRNO_DECL */  # endif /* !HAVE_DECL_H_ERRNO */
41  #else /* !HAVE_H_ERRNO */  #else /* !HAVE_H_ERRNO */
42  # ifdef HAVE_ERRNO_H  # ifdef HAVE_ERRNO_H
43  #  include <errno.h>  #  include <errno.h>
44  # endif  # endif
45  # ifndef HAVE_ERRNO_DECL  # ifndef HAVE_DECL_ERRNO
46  extern int errno;  extern int errno;
47  # endif  # endif
48  #endif /* HAVE_H_ERRNO */  #endif /* HAVE_H_ERRNO */

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26