|
-
September 2nd, 2002, 09:11 AM
#1
A question about INTERNAL_LINUX_C_LIB.
Hi, everyone!
Look at such codes in Linux,
--------
#ifdef INTERNAL_LINUX_C_LIB
#define HAVE_MREMAP 1
#else
#define HAVE_MREMAP 0
#endif
--------
I tried on my machine that INTERNAL_LINUX_C_LIB is not
defined. My question is:
1. When the variable is defined? Need I to install some
packages to let the variable defined?
2. What does the variable stand for? what is it function?
Cheers,
George
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|