X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fcommon.h;h=4d8d5724ce5c7e4aa5ea1134fa49362e201fc28b;hb=535cb0763dff986a148356bf58dd91f15ad8ed39;hp=3874dae5379ad9f6ff3f7e8a84756c41f0712bc4;hpb=bed5d0baa746d10fd3899be96a6ab8673daa7e03;p=awesomized%2Flibmemcached diff --git a/libtest/common.h b/libtest/common.h index 3874dae5..4d8d5724 100644 --- a/libtest/common.h +++ b/libtest/common.h @@ -1,9 +1,8 @@ /* vim:expandtab:shiftwidth=2:tabstop=2:smarttab: - * - * uTest * - * Copyright (C) 2011 Data Differential, http://datadifferential.com/ All - * rights reserved. + * Data Differential YATL (i.e. libtest) library + * + * Copyright (C) 2012 Data Differential, http://datadifferential.com/ * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -34,22 +33,50 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * */ - /* - Common include file for libmemached + Common include file for libtest */ #pragma once -#include - -#include +#include +#include #include +#include +#include + +#ifdef HAVE_SYS_TYPES_H #include +#endif -#include -#include +#ifdef HAVE_SYS_TIME_H +#include +#endif + +#ifdef HAVE_SYS_WAIT_H +#include +#endif + +#ifdef HAVE_SYS_RESOURCE_H +#include +#endif + +#ifdef HAVE_FNMATCH_H +#include +#endif #include -using namespace libtest; +#include + +#include +#include +#include +#include + +#include +#include +#include +#include +#include +