comparison finch/libgnt/gntmain.c @ 24920:ea28a7b9113c

Compilation fixes for OpenBSD from the OpenBSD ports tree. Closes #8009.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 06 Jan 2009 15:34:26 +0000
parents e2e57d3c0578
children de2ac0952487
comparison
equal deleted inserted replaced
24919:dcf2f613a6a6 24920:ea28a7b9113c
19 * along with this program; if not, write to the Free Software 19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
21 */ 21 */
22 22
23 #define _GNU_SOURCE 23 #define _GNU_SOURCE
24 #if (defined(__APPLE__) || defined(__unix__)) && !defined(__FreeBSD__) 24 #if (defined(__APPLE__) || defined(__unix__)) && !defined(__FreeBSD__) && !defined(__OpenBSD__)
25 #define _XOPEN_SOURCE_EXTENDED 25 #define _XOPEN_SOURCE_EXTENDED
26 #endif 26 #endif
27 27
28 #include "config.h" 28 #include "config.h"
29 29