Go to the documentation of this file.
20 #ifndef _BEECRYPT_GNU_H
21 #define _BEECRYPT_GNU_H
25 # if !defined(_WIN32_WINNT)
26 # define _WIN32_WINNT 0x0400
36 #include <semaphore.h>
63 # if !defined(__GNUC_PREREQ__)
64 # define __GNUC_PREREQ__(maj, min) (__GNUC__ > (maj) || __GNUC__ == (maj) && __GNUC_MINOR__ >= (min))
68 # define __GNUC_PREREQ__(maj, min) 0
74 #if !defined(MP_WBITS)
75 # include <bits/wordsize.h>
78 #elif __WORDSIZE == 64