blob: 3994a4792c7c6f97e238ea6c0b7f641cb05f1bba [file] [log] [blame]
Luca Stefanic1e34942016-11-23 23:49:14 +01001/* pathdef.c */
2/* This file is automatically created by Makefile
3 * DO NOT EDIT! Change Makefile only. */
4#include "vim.h"
5char_u *default_vim_dir = (char_u *)"/system/usr/share/vim";
6char_u *default_vimruntime_dir = (char_u *)"/system/usr/share/vim";
7char_u *all_cflags = (char_u *)"gcc -c -I. -Iproto -DHAVE_CONFIG_H -g -O2 ";
8char_u *all_lflags = (char_u *)"gcc -L/system/lib -o vim -lm -lselinux ";
9char_u *compiled_user = (char_u *)"android";
10char_u *compiled_sys = (char_u *)"android";