Desirable standard library of Kerberos at windows.

Поиск
Список
Период
Сортировка
От Hiroshi Saito
Тема Desirable standard library of Kerberos at windows.
Дата
Msg-id 062401c7eec7$790d0ef0$c601a8c0@HP22720319231
обсуждение исходный текст
Список pgsql-hackers
Hi.

I'm confused in the library recommended as a standard by Kerberos....

Is the following formal kerberos version good at 3.2.1?
http://web.mit.edu/Kerberos/dist/index.html
Kerberos 3.2.1 for Windows is designed for 32-bit versions of Windows 2000, 
XP, 2003, 2003 R2, Vista and WOW64 environments.
It is visible to a good state.

However, If the SDK remains as it is, it fails in configure on MinGW(gcc-3.4.5)

The origin in problem is this. 
 #ifdef _WIN64 typedef __int64   ssize_t; #else typedef _W64 int   ssize_t; #endif

It seems for VisualStudio....

Attached patch can be build finely. Is this the problem which happens only to me?
Of course, it is the occurrence of CVS-HEAD (8.3).

Where is better solution? or any suggestion?.

Regards,
Hiroshi Saito

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Michael Paesold
Дата:
Сообщение: Re: Per-function GUC settings: trickier than it looked
Следующее
От: "Heikki Linnakangas"
Дата:
Сообщение: Re: Updatable cursor doubt