mirror of
https://github.com/gperftools/gperftools
synced 2025-02-02 04:31:33 +00:00
drop unused pwd.h/grp.h checks
This commit is contained in:
parent
02f10c15a5
commit
38d741710b
@ -200,8 +200,6 @@ check_include_file("sys/socket.h" HAVE_SYS_SOCKET_H) # optional; for forking out
|
||||
check_include_file("sys/wait.h" HAVE_SYS_WAIT_H) # optional; for forking out to symbolizer
|
||||
check_include_file("poll.h" HAVE_POLL_H) # optional; for forking out to symbolizer
|
||||
check_include_file("fcntl.h" HAVE_FCNTL_H) # for tcmalloc_unittest
|
||||
check_include_file("grp.h" HAVE_GRP_H) # for heapchecker_unittest
|
||||
check_include_file("pwd.h" HAVE_PWD_H) # for heapchecker_unittest
|
||||
check_include_file("sys/cdefs.h" HAVE_SYS_CDEFS_H) # Where glibc defines __THROW
|
||||
|
||||
check_include_file("sys/ucontext.h" HAVE_SYS_UCONTEXT_H)
|
||||
|
@ -66,9 +66,6 @@
|
||||
/* Define to 1 if you have the <glob.h> header file. */
|
||||
#cmakedefine HAVE_GLOB_H
|
||||
|
||||
/* Define to 1 if you have the <grp.h> header file. */
|
||||
#cmakedefine HAVE_GRP_H
|
||||
|
||||
/* Define to 1 if you have the <libunwind.h> header file. */
|
||||
#cmakedefine01 HAVE_LIBUNWIND_H
|
||||
|
||||
@ -92,9 +89,6 @@
|
||||
/* define if libc has program_invocation_name */
|
||||
#cmakedefine HAVE_PROGRAM_INVOCATION_NAME
|
||||
|
||||
/* Define to 1 if you have the <pwd.h> header file. */
|
||||
#cmakedefine HAVE_PWD_H
|
||||
|
||||
/* Define to 1 if you have the `sbrk' function. */
|
||||
#cmakedefine HAVE_SBRK
|
||||
|
||||
|
@ -267,8 +267,6 @@ AC_CHECK_HEADERS(sys/socket.h) # optional; for forking out to symbolizer
|
||||
AC_CHECK_HEADERS(sys/wait.h) # optional; for forking out to symbolizer
|
||||
AC_CHECK_HEADERS(poll.h) # optional; for forking out to symbolizer
|
||||
AC_CHECK_HEADERS(fcntl.h) # for tcmalloc_unittest
|
||||
AC_CHECK_HEADERS(grp.h) # for heapchecker_unittest
|
||||
AC_CHECK_HEADERS(pwd.h) # for heapchecker_unittest
|
||||
AC_CHECK_HEADERS(sys/cdefs.h) # Where glibc defines __THROW
|
||||
|
||||
AC_CHECK_HEADERS(sys/ucontext.h)
|
||||
|
@ -80,9 +80,6 @@
|
||||
/* Define to 1 if you have the <glob.h> header file. */
|
||||
/* #undef HAVE_GLOB_H */
|
||||
|
||||
/* Define to 1 if you have the <grp.h> header file. */
|
||||
/* #undef HAVE_GRP_H */
|
||||
|
||||
/* Define to 1 if you have the <libunwind.h> header file. */
|
||||
/* #undef HAVE_LIBUNWIND_H */
|
||||
|
||||
@ -101,9 +98,6 @@
|
||||
/* define if libc has program_invocation_name */
|
||||
/* #undef HAVE_PROGRAM_INVOCATION_NAME */
|
||||
|
||||
/* Define to 1 if you have the <pwd.h> header file. */
|
||||
/* #undef HAVE_PWD_H */
|
||||
|
||||
/* Define to 1 if you have the `sbrk' function. */
|
||||
/* #undef HAVE_SBRK */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user