mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Enable sockets on linux too. "fcntl" defined at /usr/include/fcntl.h.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29895 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f1ced7a6ff
commit
a9ed2f18f4
@ -86,7 +86,7 @@ check_symbol_exists(asprintf "stdio.h" HAVE_ASPRINTF)
|
||||
check_symbol_exists(wprintf "stdio.h" HAVE_WPRINTF)
|
||||
check_symbol_exists(snprintf "stdio.h" HAVE_SNPRINTF)
|
||||
check_symbol_exists(printf "stdio.h" HAVE_POSIX_PRINTF)
|
||||
check_symbol_exists(fcntl "stdio.h" HAVE_FCNTL)
|
||||
check_symbol_exists(fcntl "stdio.h" "fcntl.h" HAVE_FCNTL)
|
||||
check_symbol_exists(pid_t "sys/types.h" HAVE_PID_T)
|
||||
check_symbol_exists(intmax_t "inttypes.h" HAVE_INTTYPES_H_WITH_UINTMAX)
|
||||
check_symbol_exists(uintmax_t "stdint.h" HAVE_STDINT_H_WITH_UINTMAX)
|
||||
|
Loading…
Reference in New Issue
Block a user