[go: up one dir, main page]

Menu

[267579]: / libcu8 / config.h.in  Maximize  Restore  History

Download this file

68 lines (53 with data), 1.6 kB

/* 
   Dos9 Makefiles, The Dos9 project
   Copyright (C) 2012-2018  Romain Garbi (DarkBatcher)

   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
   the Free Software Foundation, either version 3 of the License, or
   (at your option) any later version.

   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.

   You should have received a copy of the GNU General Public License
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

#if @fn__findfirst@
	#define HAVE__FINDFIRST 1
#endif

#if @fn__findfirst32@
	#define HAVE__FINDFIRST32 1
#endif

#if @fn__findfirst32i64@
	#define HAVE__FINDFIRST32I64 1
#endif

#if @fn__findfirst64@
	#define HAVE__FINDFIRST64 1
#endif

#if @fn__findfirst64i32@
	#define HAVE__FINDFIRST64I32 1
#endif

#if @fn__stat@	
	#define HAVE__STAT 1
#endif

#if @fn__stat32@
	#define HAVE__STAT32 1
#endif 

#if @fn__stat32i64@
	#define HAVE__STAT32I64
#endif

#if @fn__stat64@
	#define HAVE__STAT64 1
#endif

#if @fn__stat64i32@
	#define HAVE__STAT64I32 1
#endif

#define PACKAGE "libcu8"
#define PACKAGE_BUGREPORT "darkbatcher@dos9.org"
#define PACKAGE_NAME "libcu8"
#define PACKAGE_STRING "libcu8 1"
#define PACKAGE_TARNAME "libcu8"
#define PACKAGE_URL "http://www.dos9.org/"
#define PACKAGE_VERSION "1"
#define STDC_HEADERS 1
#define VERSION "1"