]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - contrib/unbound/compat/memcmp.h
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / contrib / unbound / compat / memcmp.h
1 /*
2  *      memcmp.h: undef memcmp for compat.
3  *
4  *      Copyright (c) 2012, NLnet Labs. All rights reserved.
5  *
6  * See LICENSE for the license.
7 */
8 #ifndef COMPAT_MEMCMP_H
9 #define COMPAT_MEMCMP_H
10
11 #ifdef memcmp
12 /* undef here otherwise autoheader messes it up in config.h */
13 #  undef memcmp
14 #endif
15
16 #endif /* COMPAT_MEMCMP_H */