/[cvs]/ccvs/lib/gai_strerror.c
ViewVC logotype

Diff of /ccvs/lib/gai_strerror.c

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

revision 1.1 by dprice, Tue Sep 6 04:50:04 2005 UTC revision 1.2 by dprice, Mon Sep 12 14:26:49 2005 UTC
# Line 16  Line 16 
16     along with this program; if not, write to the Free Software Foundation,     along with this program; if not, write to the Free Software Foundation,
17     Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */     Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
18    
19    #ifdef HAVE_CONFIG_H
20    # include <config.h>
21    #endif
22    
23    #ifndef _LIBC
24    # include "getaddrinfo.h"
25    #endif
26    
27  #include <stdio.h>  #include <stdio.h>
28  #include <netdb.h>  #include <netdb.h>
29    
30  #ifdef _LIBC  #ifdef _LIBC
31  # include <libintl.h>  # include <libintl.h>
32  #else  #else
 # include "getaddrinfo.h"  
33  # include "gettext.h"  # include "gettext.h"
34  # define _(String) gettext (String)  # define _(String) gettext (String)
35  # define N_(String) String  # define N_(String) String

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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