mowgli.h | mowgli.h | |||
---|---|---|---|---|
skipping to change at line 41 | skipping to change at line 41 | |||
* POSSIBILITY OF SUCH DAMAGE. | * POSSIBILITY OF SUCH DAMAGE. | |||
*/ | */ | |||
#ifndef __MOWGLI_STAND_H__ | #ifndef __MOWGLI_STAND_H__ | |||
#define __MOWGLI_STAND_H__ | #define __MOWGLI_STAND_H__ | |||
#include "mowgli_stdinc.h" | #include "mowgli_stdinc.h" | |||
#include "mowgli_logger.h" | #include "mowgli_logger.h" | |||
#include "mowgli_assert.h" | #include "mowgli_assert.h" | |||
#include "mowgli_exception.h" | ||||
#include "mowgli_alloc.h" | #include "mowgli_alloc.h" | |||
#include "mowgli_list.h" | #include "mowgli_list.h" | |||
#include "mowgli_object.h" | #include "mowgli_object.h" | |||
#include "mowgli_dictionary.h" | #include "mowgli_dictionary.h" | |||
#include "mowgli_memorypool.h" | #include "mowgli_memorypool.h" | |||
#include "mowgli_module.h" | #include "mowgli_module.h" | |||
#include "mowgli_queue.h" | #include "mowgli_queue.h" | |||
#include "mowgli_hash.h" | #include "mowgli_hash.h" | |||
#include "mowgli_heap.h" | #include "mowgli_heap.h" | |||
#include "mowgli_init.h" | #include "mowgli_init.h" | |||
#include "mowgli_bitvector.h" | #include "mowgli_bitvector.h" | |||
#include "mowgli_hook.h" | #include "mowgli_hook.h" | |||
#include "mowgli_signal.h" | #include "mowgli_signal.h" | |||
#include "mowgli_error_backtrace.h" | ||||
#include "mowgli_random.h" | ||||
#endif | #endif | |||
End of changes. 2 change blocks. | ||||
0 lines changed or deleted | 4 lines changed or added | |||
mowgli_config.h | mowgli_config.h | |||
---|---|---|---|---|
skipping to change at line 20 | skipping to change at line 20 | |||
/* Define to 1 if you have the <errno.h> header file. */ | /* Define to 1 if you have the <errno.h> header file. */ | |||
#define HAVE_ERRNO_H 1 | #define HAVE_ERRNO_H 1 | |||
/* Define to 1 if you have the `gettimeofday' function. */ | /* Define to 1 if you have the `gettimeofday' function. */ | |||
#define HAVE_GETTIMEOFDAY 1 | #define HAVE_GETTIMEOFDAY 1 | |||
/* Define to 1 if you have the <inttypes.h> header file. */ | /* Define to 1 if you have the <inttypes.h> header file. */ | |||
#define HAVE_INTTYPES_H 1 | #define HAVE_INTTYPES_H 1 | |||
/* Define to 1 if you have the `kdecore' library (-lkdecore). */ | ||||
/* #undef HAVE_LIBKDECORE */ | ||||
/* Define to 1 if you have the <limits.h> header file. */ | /* Define to 1 if you have the <limits.h> header file. */ | |||
#define HAVE_LIMITS_H 1 | #define HAVE_LIMITS_H 1 | |||
/* Define to 1 if you have the <locale.h> header file. */ | /* Define to 1 if you have the <locale.h> header file. */ | |||
#define HAVE_LOCALE_H 1 | #define HAVE_LOCALE_H 1 | |||
/* Define to 1 if you have the <memory.h> header file. */ | /* Define to 1 if you have the <memory.h> header file. */ | |||
#define HAVE_MEMORY_H 1 | #define HAVE_MEMORY_H 1 | |||
/* Define to 1 if you have the `memset' function. */ | /* Define to 1 if you have the `memset' function. */ | |||
skipping to change at line 130 | skipping to change at line 127 | |||
slash. */ | slash. */ | |||
#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | |||
/* Define to the address where bug reports for this package should be sent. */ | /* Define to the address where bug reports for this package should be sent. */ | |||
#define PACKAGE_BUGREPORT "bugs+libmowgli@atheme.org" | #define PACKAGE_BUGREPORT "bugs+libmowgli@atheme.org" | |||
/* Define to the full name of this package. */ | /* Define to the full name of this package. */ | |||
#define PACKAGE_NAME "libmowgli" | #define PACKAGE_NAME "libmowgli" | |||
/* Define to the full name and version of this package. */ | /* Define to the full name and version of this package. */ | |||
#define PACKAGE_STRING "libmowgli 0.1.3" | #define PACKAGE_STRING "libmowgli 0.1.4" | |||
/* Define to the one symbol short name of this package. */ | /* Define to the one symbol short name of this package. */ | |||
#define PACKAGE_TARNAME "libmowgli" | #define PACKAGE_TARNAME "libmowgli" | |||
/* Define to the version of this package. */ | /* Define to the version of this package. */ | |||
#define PACKAGE_VERSION "0.1.3" | #define PACKAGE_VERSION "0.1.4" | |||
/* Define the shared module suffix extension on your platform. */ | /* Define the shared module suffix extension on your platform. */ | |||
#define SHARED_SUFFIX ".so" | #define SHARED_SUFFIX ".so" | |||
/* Define to 1 if you have the ANSI C header files. */ | /* Define to 1 if you have the ANSI C header files. */ | |||
#define STDC_HEADERS 1 | #define STDC_HEADERS 1 | |||
/* Define to empty if `const' does not conform to ANSI C. */ | /* Define to empty if `const' does not conform to ANSI C. */ | |||
/* #undef const */ | /* #undef const */ | |||
End of changes. 3 change blocks. | ||||
5 lines changed or deleted | 2 lines changed or added | |||