Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F7687646
config_msc.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
1 KB
Referenced Files
None
Subscribers
None
config_msc.h
View Options
/*
* Configuration file for Microsoft Visual Studio C++ compiler
*
* Copyright (c) 2006-2012, Joachim Metz <jbmetz@users.sourceforge.net>
*
* Refer to AUTHORS for acknowledgements.
*
* This software is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This software 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 Lesser General Public License
* along with this software. If not, see <http://www.gnu.org/licenses/>.
*/
#if !defined( _CONFIG_MSC_H )
#define _CONFIG_MSC_H
/* Define to the address where bug reports for this package should be sent.
*/
#define PACKAGE_BUGREPORT "jbmetz@users.sourceforge.net"
/* Use the safe size and offset types
*/
#define HAVE_SIZE32_T 0
#define HAVE_SSIZE32_T 0
#define HAVE_SIZE64_T 0
#define HAVE_SSIZE64_T 0
#define HAVE_OFF64_T 0
/* Define the wide character type
*/
#if !defined( HAVE_WCHAR_H )
#define HAVE_WCHAR_H 1
#endif
#if defined( SIZEOF_WCHAR_T )
#undef SIZEOF_WCHAR_T
#endif
#define SIZEOF_WCHAR_T 2
/* Use the C Runtime (CRT) functions instead of the WINAPI functions
#define USE_CRT_FUNCTIONS 1
*/
/* Enable verbose output
#define HAVE_VERBOSE_OUTPUT 1
*/
/* Enable debug output
#define HAVE_DEBUG_OUTPUT 1
*/
/* Disable warning C4127: conditional expression is constant
*/
#pragma warning( disable : 4127 )
/* Disable warning C4201: nonstandard extension used : nameless struct/union
*/
#pragma warning( disable : 4201 )
/* Enable the v1 API
*/
#define HAVE_V1_API 1
#endif
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Wed, Oct 29, 10:29 PM (22 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1347139
Default Alt Text
config_msc.h (1 KB)
Attached To
Mode
rXMOUNT xmount
Attached
Detach File
Event Timeline
Log In to Comment