1 | #define SYSTEM_DIRS \ |
---|---|
2 | "/home/admin/code/glibc/build/install/lib/" |
3 | |
4 | #define SYSTEM_DIRS_LEN \ |
5 | 41 |
6 | |
7 | #define SYSTEM_DIRS_MAX_LEN 41 |
8 | #define DL_DST_LIB "lib" |
9 |
1 | #define SYSTEM_DIRS \ |
---|---|
2 | "/home/admin/code/glibc/build/install/lib/" |
3 | |
4 | #define SYSTEM_DIRS_LEN \ |
5 | 41 |
6 | |
7 | #define SYSTEM_DIRS_MAX_LEN 41 |
8 | #define DL_DST_LIB "lib" |
9 |