Blame config.ml.in

Packit 65f395
(***************************************************************************
Packit 65f395
 * OCaml Curses -- configuration information
Packit 65f395
 * Copyright (C) 2008 Paul Pelzl
Packit 65f395
 *
Packit 65f395
 * This library is free software; you can redistribute it and/or
Packit 65f395
 * modify it under the terms of the GNU Lesser General Public
Packit 65f395
 * License as published by the Free Software Foundation; either
Packit 65f395
 * version 2.1 of the License, or (at your option) any later version.
Packit 65f395
 * 
Packit 65f395
 * This library is distributed in the hope that it will be useful,
Packit 65f395
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 65f395
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit 65f395
 * Lesser General Public License for more details.
Packit 65f395
 * 
Packit 65f395
 * You should have received a copy of the GNU Lesser General Public
Packit 65f395
 * License along with this library; if not, write to the Free Software
Packit 65f395
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
Packit 65f395
 ***************************************************************************)
Packit 65f395
Packit 65f395
(* Did we compile with ncurses wide char support? *)
Packit 65f395
let wide_ncurses = @BOOL_WIDE_CURSES@
Packit 65f395