mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
cmake: enable lyxserver on linux
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22382 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4ebf254f5f
commit
5c90a54ac1
@ -74,6 +74,7 @@ check_function_exists(getegid HAVE_GETEGID)
|
||||
check_function_exists(getgid HAVE_GETGID)
|
||||
check_function_exists(getuid HAVE_GETUID)
|
||||
check_function_exists(wcslen HAVE_WCSLEN)
|
||||
check_function_exists(mkfifo HAVE_MKFIFO)
|
||||
|
||||
check_symbol_exists(alloca "malloc.h" HAVE_SYMBOL_ALLOCA)
|
||||
check_symbol_exists(asprintf "stdio.h" HAVE_ASPRINTF)
|
||||
|
@ -75,6 +75,7 @@
|
||||
#cmakedefine HAVE_GETGID 1
|
||||
#cmakedefine HAVE_GETUID 1
|
||||
#cmakedefine HAVE_WCSLEN 1
|
||||
#cmakedefine HAVE_MKFIFO 1
|
||||
#cmakedefine HAVE_WPRINTF 1
|
||||
#cmakedefine HAVE_LONG_DOUBLE 1
|
||||
#cmakedefine HAVE_LONG_LONG 1
|
||||
|
@ -75,6 +75,7 @@
|
||||
/* #undef HAVE_GETGID 1 */
|
||||
/* #undef HAVE_GETUID 1 */
|
||||
#define HAVE_WCSLEN 1
|
||||
/* #undef HAVE_MKFIFO 1 */
|
||||
#define HAVE_WPRINTF 1
|
||||
#define HAVE_LONG_DOUBLE 1
|
||||
#define HAVE_LONG_LONG 1
|
||||
|
Loading…
Reference in New Issue
Block a user