grpc
third_party
cares
cares
src
lib
ares_getenv.c
Go to the documentation of this file.
1
2
3
/* Copyright 1998 by the Massachusetts Institute of Technology.
4
*
5
* Permission to use, copy, modify, and distribute this
6
* software and its documentation for any purpose and without
7
* fee is hereby granted, provided that the above copyright
8
* notice appear in all copies and that both that copyright
9
* notice and this permission notice appear in supporting
10
* documentation, and that the name of M.I.T. not be used in
11
* advertising or publicity pertaining to distribution of the
12
* software without specific, written prior permission.
13
* M.I.T. makes no representations about the suitability of
14
* this software for any purpose. It is provided "as is"
15
* without express or implied warranty.
16
*/
17
18
#include "
ares_setup.h
"
19
#include "
ares_getenv.h
"
20
21
#ifndef HAVE_GETENV
22
23
char
*
ares_getenv
(
const
char
*
name
)
24
{
25
return
NULL;
26
}
27
28
#endif
setup.name
name
Definition:
setup.py:542
ares_getenv
char * ares_getenv(const char *name)
Definition:
ares_getenv.c:23
ares_setup.h
ares_getenv.h
grpc
Author(s):
autogenerated on Fri May 16 2025 02:57:43