diff options
author | Julien Cristau <jcristau@debian.org> | 2008-10-26 11:37:11 +0100 |
---|---|---|
committer | Julien Cristau <jcristau@debian.org> | 2008-10-26 11:44:57 +0100 |
commit | 5244690a5e0285b6243ee1f28ae6c8287a32b73d (patch) | |
tree | a2ddb8d10e233bacd93632142664523c93441ba8 /include/dix-config.h.in | |
parent | eadf90aa65d1ea63ddcd74e60e66a79ad567c7e8 (diff) |
Add prototypes for strlcpy/strlcat
Diffstat (limited to 'include/dix-config.h.in')
-rw-r--r-- | include/dix-config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/dix-config.h.in b/include/dix-config.h.in index 6c3d91c59..954a4284c 100644 --- a/include/dix-config.h.in +++ b/include/dix-config.h.in @@ -72,6 +72,9 @@ /* Support SHM */ #undef HAS_SHM +/* Have the 'strlcpy' function */ +#undef HAS_STRLCPY + /* Define to 1 if you have the <asm/mtrr.h> header file. */ #undef HAVE_ASM_MTRR_H |