The R Project SVN R

Rev

Rev 75220 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 75220 Rev 76978
Line 1... Line 1...
1
/*
1
/*
2
 *  R : A Computer Language for Statistical Data Analysis
2
 *  R : A Computer Language for Statistical Data Analysis
3
 *  Copyright (C) 2001-2017  The R Core Team.
3
 *  Copyright (C) 2001-2019  The R Core Team.
4
 *  Copyright (C) 1998-2012  Daniel Veillard.
4
 *  Copyright (C) 1998-2012  Daniel Veillard.
5
 *
5
 *
6
 *  This program is free software; you can redistribute it and/or modify
6
 *  This program is free software; you can redistribute it and/or modify
7
 *  it under the terms of the GNU General Public License as published by
7
 *  it under the terms of the GNU General Public License as published by
8
 *  the Free Software Foundation; either version 2 of the License, or
8
 *  the Free Software Foundation; either version 2 of the License, or
Line 86... Line 86...
86
#endif
86
#endif
87
#ifdef HAVE_SYS_SELECT_H
87
#ifdef HAVE_SYS_SELECT_H
88
#include <sys/select.h>
88
#include <sys/select.h>
89
#endif
89
#endif
90
 
90
 
-
 
91
struct hostent *R_gethostbyname(const char *name);
91
 
92
 
92
#if !defined(strdup) && defined(HAVE_DECL_STRDUP) && !HAVE_DECL_STRDUP
93
#if !defined(strdup) && defined(HAVE_DECL_STRDUP) && !HAVE_DECL_STRDUP
93
extern char *strdup(const char *s1);
94
extern char *strdup(const char *s1);
94
#endif
95
#endif
95
#if !defined(snprintf) && defined(HAVE_DECL_SNPRINTF) && !HAVE_DECL_SNPRINTF
96
#if !defined(snprintf) && defined(HAVE_DECL_SNPRINTF) && !HAVE_DECL_SNPRINTF