| /* pathdef.c */ |
| /* This file is automatically created by Makefile |
| * DO NOT EDIT! Change Makefile only. */ |
| #include "vim.h" |
| char_u *default_vim_dir = (char_u *)"/usr/local/share/vim"; |
| char_u *default_vimruntime_dir = (char_u *)""; |
| char_u *all_cflags = (char_u *)"gcc -c -I. -Iproto -DHAVE_CONFIG_H -pthread -g -O2"; |
| char_u *all_lflags = (char_u *)"gcc -L/usr/local/lib -Wl,--as-needed -o vim -lSM -lICE -lm -ltinfo -lelf -lnsl -ldl"; |
| char_u *compiled_user = (char_u *)"fuchsia"; |
| char_u *compiled_sys = (char_u *)"fuchsia.googlesource.com"; |