Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
php5
:
EL6
>
freetds
> freetds-tds_sysdep_public.h
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File freetds-tds_sysdep_public.h of Package freetds
/* * 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