forked from openkylin/platform_build
Remove more namespace pollution (HAVE_FUNOPEN).
Change-Id: I25a64ce39cd7bdd99aa6412413554b96d3cb113e
This commit is contained in:
parent
9e95a0f4d0
commit
e5e26e2196
|
@ -170,11 +170,6 @@
|
|||
*/
|
||||
#define HAVE_STRLCPY 1
|
||||
|
||||
/*
|
||||
* Define if the BSD funopen() function exists on the system.
|
||||
*/
|
||||
#define HAVE_FUNOPEN 1
|
||||
|
||||
/*
|
||||
* Define if writev() exists
|
||||
*/
|
||||
|
|
|
@ -175,11 +175,6 @@
|
|||
*/
|
||||
#define HAVE_STRLCPY 1
|
||||
|
||||
/*
|
||||
* Define if the BSD funopen() function exists on the system.
|
||||
*/
|
||||
#define HAVE_FUNOPEN 1
|
||||
|
||||
/*
|
||||
* Define if prctl() exists
|
||||
*/
|
||||
|
|
|
@ -173,11 +173,6 @@
|
|||
*/
|
||||
#define HAVE_STRLCPY 1
|
||||
|
||||
/*
|
||||
* Define if the BSD funopen() function exists on the system.
|
||||
*/
|
||||
#define HAVE_FUNOPEN 1
|
||||
|
||||
/*
|
||||
* Define if prctl() exists
|
||||
*/
|
||||
|
|
|
@ -226,11 +226,6 @@
|
|||
*/
|
||||
#define HAVE_STRLCPY 1
|
||||
|
||||
/*
|
||||
* Define if the BSD funopen() function exists on the system.
|
||||
*/
|
||||
#define HAVE_FUNOPEN 1
|
||||
|
||||
/*
|
||||
* Define if prctl() exists
|
||||
*/
|
||||
|
|
|
@ -216,11 +216,6 @@
|
|||
*/
|
||||
#define HAVE_STRLCPY 1
|
||||
|
||||
/*
|
||||
* Define if the BSD funopen() function exists on the system.
|
||||
*/
|
||||
#define HAVE_FUNOPEN 1
|
||||
|
||||
/*
|
||||
* Define if prctl() exists
|
||||
*/
|
||||
|
|
|
@ -167,11 +167,6 @@
|
|||
*/
|
||||
#define HAVE_STRLCPY 1
|
||||
|
||||
/*
|
||||
* Define if the BSD funopen() function exists on the system.
|
||||
*/
|
||||
#define HAVE_FUNOPEN 1
|
||||
|
||||
/*
|
||||
* Define if prctl() exists
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue