repo.or.cz
/
buildroot-gz.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
support/misc: Adding Vagrant file for provisioning
[buildroot-gz.git]
/
support
/
kconfig
/
foo.h
blob
b9cfdf831229fb4b679829beeca66b0147155be7
1
#ifndef __KCONFIG_FOO_H
2
#define __KCONFIG_FOO_H
3
4
#ifndef __APPLE__
5
#include <features.h>
6
#endif
7
#include <limits.h>
8
9
#ifndef PATH_MAX
10
#define PATH_MAX 1024
11
#endif
12
#endif
/* __KCONFIG_FOO_H */