merge
[m6w6/ext-ares] / php_ares.h
1 /*
2 +--------------------------------------------------------------------+
3 | PECL :: ares |
4 +--------------------------------------------------------------------+
5 | Redistribution and use in source and binary forms, with or without |
6 | modification, are permitted provided that the conditions mentioned |
7 | in the accompanying LICENSE file are met. |
8 +--------------------------------------------------------------------+
9 | Copyright (c) 2006, Michael Wallner <mike@php.net> |
10 +--------------------------------------------------------------------+
11 */
12
13 /* $Id$ */
14
15 #ifndef PHP_ARES_H
16 #define PHP_ARES_H
17
18 extern zend_module_entry ares_module_entry;
19 #define phpext_ares_ptr &ares_module_entry
20
21 #define PHP_ARES_VERSION "0.8.0dev"
22
23 #ifdef ZTS
24 #include "TSRM.h"
25 #endif
26
27 #endif /* PHP_ARES_H */
28
29 /*
30 * Local variables:
31 * tab-width: 4
32 * c-basic-offset: 4
33 * End:
34 * vim600: noet sw=4 ts=4 fdm=marker
35 * vim<600: noet sw=4 ts=4
36 */