diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-05-18 17:35:16 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-05-18 17:35:16 +0200 |
commit | 4911af47f8cd750f9b0f1374b447f171318de964 (patch) | |
tree | a28fdd6e18a560b10fa52e40cec9b9f2709b46fe /source4/lib/replace/system/network.h | |
parent | d648c5849fba34b5691dcf1867ecd8f80fe35a6d (diff) | |
parent | 250478d0445cf56e8b0b4e876977a9ae968ff55b (diff) | |
download | samba-4911af47f8cd750f9b0f1374b447f171318de964.tar.gz samba-4911af47f8cd750f9b0f1374b447f171318de964.tar.bz2 samba-4911af47f8cd750f9b0f1374b447f171318de964.zip |
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
(This used to be commit 16dbbf75c7fa0f877659654a20bcab73b707e627)
Diffstat (limited to 'source4/lib/replace/system/network.h')
-rw-r--r-- | source4/lib/replace/system/network.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/lib/replace/system/network.h b/source4/lib/replace/system/network.h index a5fb813aa1..077892a54e 100644 --- a/source4/lib/replace/system/network.h +++ b/source4/lib/replace/system/network.h @@ -27,6 +27,10 @@ */ +#ifndef LIBREPLACE_NETWORK_CHECKS +#error "AC_LIBREPLACE_NETWORK_CHECKS missing in configure" +#endif + #ifdef HAVE_SYS_SOCKET_H #include <sys/socket.h> #endif |