rpms/freetds/F-8 freetds-tds_sysdep_public.h,NONE,1.1

Dmitry Butskoy (buc) fedora-extras-commits at redhat.com
Fri Jan 25 15:29:01 UTC 2008


Author: buc

Update of /cvs/extras/rpms/freetds/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13142

Added Files:
	freetds-tds_sysdep_public.h 
Log Message:



--- NEW FILE freetds-tds_sysdep_public.h ---
/*
 *  To avoid multiarch conflicts, we differentiate the 32/64 bit length
 *  specific header names. This file is a wrapper to include the proper
 *  arch-specific header at compile time.
 */

#include <bits/wordsize.h>

#if __WORDSIZE == 32
#include <tds_sysdep_public_32.h>
#elif __WORDSIZE == 64
#include <tds_sysdep_public_64.h>
#else
#error "Unknown word size"
#endif




More information about the fedora-extras-commits mailing list