Welcome to mirror list, hosted at ThFree Co, Russian Federation.

trusted-dirs.h « dl « linux « sys « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 103d6e6bbc0a6c050d84971173b0f1b20808a97f (plain)
1
2
3
4
5
6
7
#define SYSTEM_DIRS \
  "/usr/local/lib/"

#define SYSTEM_DIRS_LEN \
  15

#define SYSTEM_DIRS_MAX_LEN	15