mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-03-10 07:31:47 +00:00
10 lines
414 B
Plaintext
10 lines
414 B
Plaintext
|
dnl This Source Code Form is subject to the terms of the Mozilla Public
|
||
|
dnl License, v. 2.0. If a copy of the MPL was not distributed with this
|
||
|
dnl file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||
|
|
||
|
AC_DEFUN(MOZ_CHECK_COMMON_HEADERS,
|
||
|
MOZ_CHECK_HEADERS(sys/byteorder.h compat.h getopt.h sys/bitypes.h \
|
||
|
memory.h unistd.h gnu/libc-version.h nl_types.h malloc.h \
|
||
|
X11/XKBlib.h io.h cpuid.h)
|
||
|
)
|