/* 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 *all_cflags = (char_u *)"gcc -c -I. -DHAVE_CONFIG_H    -O  ";
char_u *all_lflags = (char_u *)"gcc  -o vim        -lelf -lncurses  ";
