OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AC_DEFINE
(Results
1 - 15
of
15
) sorted by relevancy
/src/lib/librumpuser/
configure.ac
38
AC_DEFINE
([HAVE_CLOCK_GETTIME], 1, [clock_gettime]),
40
AC_DEFINE
([HAVE_CLOCK_GETTIME], 1, [clock_gettime])))
42
AC_DEFINE
([HAVE_CLOCK_NANOSLEEP], 1, [clock_nanosleep]),
44
AC_DEFINE
([HAVE_CLOCK_NANOSLEEP], 1, [clock_nanosleep])))
46
AC_DEFINE
([HAVE_DLINFO], 1, [dlinfo]),
47
AC_TRY_LINK_FUNC([dlinfo],
AC_DEFINE
([HAVE_DLINFO], 1, [dlinfo])))
72
AC_DEFINE
(HAVE_PTHREAD_SETNAME2, [1],
86
AC_DEFINE
(HAVE_PTHREAD_SETNAME3, [1],
103
AC_DEFINE
(HAVE_IOCTL_CMD_INT, [1],
/src/external/apache2/llvm/autoconf/autoconf/m4/
header_mmap_anonymous.m4
19
AC_DEFINE
([HAVE_MMAP_ANONYMOUS],[1],[Define if mmap() uses MAP_ANONYMOUS to map anonymous pages, or undefine if it uses MAP_ANON])
need_dev_zero_for_mmap.m4
15
AC_DEFINE
([NEED_DEV_ZERO_FOR_MMAP],[1],
c_printf_a.m4
29
AC_DEFINE
([HAVE_PRINTF_A],[1],[Define to have the %a format string])
func_mmap_file.m4
23
AC_DEFINE
([HAVE_MMAP_FILE],[],[Define if mmap() can map files into memory])
link_options.m4
38
AC_DEFINE
([HAVE_LINK_R],[1],[Define if you can use -Wl,-R. to pass -R. to the linker, in order to add the current directory to the dynamic linker search path.])
60
AC_DEFINE
([HAVE_LINK_EXPORT_DYNAMIC],[1],[Define if you can use -rdynamic.])
/src/external/bsd/ntp/dist/sntp/m4/
realpath.m4
43
AC_DEFINE
([HAVE_FUNC_POSIX_REALPATH], [1],
/src/external/bsd/nsd/dist/simdzone/
configure.ac
103
AC_DEFINE
(HAVE_WESTMERE, 1, [Wether or not to compile support for SSE4.2])
133
AC_DEFINE
(HAVE_HASWELL, 1, [Wether or not to compile support for AVX2])
/src/crypto/external/cpl/trousers/dist/
configure.ac
356
AC_CHECK_HEADER(pthread.h, [
AC_DEFINE
(HAVE_PTHREAD_H, 1, [pthread header])])
362
AC_C_BIGENDIAN([
AC_DEFINE
(_BIG_ENDIAN, 1, [big-endian host])])
363
AC_CHECK_DECL(htole32, [
AC_DEFINE
(HTOLE_DEFINED, 1, [htole32 function is available])])
364
AC_CHECK_HEADER(sys/byteorder.h, [
AC_DEFINE
(HAVE_BYTEORDER_H, 1, [sys/byteorder.h header])])
365
AC_CHECK_FUNC(daemon, [
AC_DEFINE
(HAVE_DAEMON, 1, [daemon function is available]) ])
/src/external/gpl2/lvm2/dist/
configure.in
206
AC_DEFINE
([LVM1_FALLBACK], 1, [Define to 1 if 'lvm' should fall back to using LVM1 binaries if device-mapper is missing from the kernel])
226
AC_DEFINE
([LVM1_INTERNAL], 1, [Define to 1 to include built-in support for LVM1 metadata.])
246
AC_DEFINE
([POOL_INTERNAL], 1, [Define to 1 to include built-in support for GFS pool metadata.])
265
AC_DEFINE
([CLUSTER_LOCKING_INTERNAL], 1, [Define to 1 to include built-in support for clustered LVM locking.])
285
AC_DEFINE
([SNAPSHOT_INTERNAL], 1, [Define to 1 to include built-in support for snapshots.])
305
AC_DEFINE
([MIRRORED_INTERNAL], 1, [Define to 1 to include built-in support for mirrors.])
641
AC_DEFINE
([DEVMAPPER_SUPPORT], 1, [Define to 1 to enable LVM2 device-mapper interaction.])
652
AC_DEFINE
([UDEV_SYNC_SUPPORT], 1, [Define to 1 to enable synchronisation with udev processing.])
669
AC_DEFINE
([HAVE_UDEV_QUEUE_GET_UDEV_IS_ACTIVE], 1,
688
AC_DEFINE
([DEFAULT_SI_UNIT_CONSISTENCY], 0, [Define to 0 to reinstate the pre-2.02.54 handling of unit suffi (…)
[
all
...]
/src/external/bsd/libevent/dist/m4/
acx_pthread.m4
272
ifelse([$1],,
AC_DEFINE
(HAVE_PTHREAD,1,[Define if you have POSIX threads libraries and header files.]),[$1])
/src/external/bsd/ntp/dist/sntp/libevent/m4/
acx_pthread.m4
272
ifelse([$1],,
AC_DEFINE
(HAVE_PTHREAD,1,[Define if you have POSIX threads libraries and header files.]),[$1])
/src/external/gpl3/autoconf/dist/bin/
autoheader.in
147
Using the third argument of \`
AC_DEFINE
\' and
151
AC_DEFINE
([NEED_FUNC_MAIN], 1,
277
msg 'syntax', "Use
AC_DEFINE
([$_], [], [Description])";
/src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/
acinclude.m4.in
708
AC_CHECK_FUNC(_NSGetEnviron, [
AC_DEFINE
(HAVE_NSGETENVIRON, 1, [Define if your system needs _NSGetEnviron to set up the environment])])
718
AC_DEFINE
(HAVE_COREAUDIO, 1, [Define if you have the CoreAudio API])
999
AC_DEFINE
(HAVE_XINERAMA, 1, [Define if you want Xinerama support])
2086
AC_DEFINE
(HAVE_$5, 1, [Define if you have $1])
2090
AC_DEFINE
(HAVE_$5_PROTO, 1,
2246
AC_DEFINE
(HAVE_RES_INIT, 1, [Define if you have the res_init function])
2266
AC_DEFINE
(HAVE_RES_INIT, 1, [Define if you have the res_init function])
2986
AC_DEFINE
(KDELIBSUFF, [""], Suffix for lib directories)
3190
AC_DEFINE
(HAVE_LC_MESSAGES, 1, [Define if your locale.h file contains LC_MESSAGES])
3204
AC_DEFINE
(HAVE_OBSTACK
[
all
...]
/src/external/gpl3/autoconf/dist/
maint.mk
1069
@prohibit='(
AC_DEFINE
(_UNQUOTED)?|AC_DEFUN)\([^[]' \
Completed in 32 milliseconds
Indexes created Sat Jun 06 00:24:59 UTC 2026