xmalloc.h (lookat_bekijk-1.4.3) | : | xmalloc.h (lookat_bekijk-1.4.4) | ||
---|---|---|---|---|
/* | /* | |||
* xmalloc.h | * xmalloc.h | |||
* | * | |||
* Copyright (C) 2001, 2002, 2006 Staf Wagemakers Belgie/Belgium | * Copyright (C) 2001, 2002, 2006, 2015 Staf Wagemakers Belgie/Belgium | |||
* | * | |||
* This program is free software; you can redistribute it and/or modify | * This program is free software; you can redistribute it and/or modify | |||
* it under the terms of the GNU General Public License as published by | * it under the terms of the GNU General Public License as published by | |||
* the Free Software Foundation; either version 2 of the License, or | * the Free Software Foundation; either version 2 of the License, or | |||
* (at your option) any later version. | * (at your option) any later version. | |||
* | * | |||
* This program is distributed in the hope that it will be useful, | * This program is distributed in the hope that it will be useful, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
* GNU General Public License for more details. | * GNU General Public License for more details. | |||
skipping to change at line 26 | skipping to change at line 26 | |||
* You should have received a copy of the GNU General Public License along | * You should have received a copy of the GNU General Public License along | |||
* with this program; if not, write to the Free Software Foundation, Inc., | * with this program; if not, write to the Free Software Foundation, Inc., | |||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | |||
* | * | |||
*/ | */ | |||
/* | /* | |||
* some system use malloc.h, most modern unixes have malloc defined in | * some system use malloc.h, most modern unixes have malloc defined in | |||
* stdlib.h | * stdlib.h | |||
*/ | */ | |||
#include "config.h" | ||||
#ifdef STDC_HEADERS | #ifdef STDC_HEADERS | |||
#include <stdlib.h> | #include <stdlib.h> | |||
#else | #else | |||
#ifdef HAVE_MALLOC_H | #ifdef HAVE_MALLOC_H | |||
#include <malloc.h> | #include <malloc.h> | |||
#else | #else | |||
#include <stdlib.h> | #include <stdlib.h> | |||
#endif | #endif | |||
#endif | #endif | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 3 lines changed or added |