Mercurial > hg-old > index.cgi
comparison lwar/replace.c @ 212:bae1e3ecdce1
More preparation for gnulib integration
author | lost |
---|---|
date | Fri, 24 Apr 2009 06:43:02 +0000 |
parents | bb2665c7005c |
children |
comparison
equal
deleted
inserted
replaced
211:51511cf1c9f8 | 212:bae1e3ecdce1 |
---|---|
17 You should have received a copy of the GNU General Public License along with | 17 You should have received a copy of the GNU General Public License along with |
18 this program. If not, see <http://www.gnu.org/licenses/>. | 18 this program. If not, see <http://www.gnu.org/licenses/>. |
19 | 19 |
20 */ | 20 */ |
21 | 21 |
22 #ifdef HAVE_CONFIG_H | 22 #include <config.h> |
23 #include "config.h" | |
24 #endif | |
25 | 23 |
26 #include <errno.h> | 24 #include <errno.h> |
27 #include <stdio.h> | 25 #include <stdio.h> |
28 #include <stdlib.h> | 26 #include <stdlib.h> |
29 #include <string.h> | 27 #include <string.h> |