Windows global stuff:
[krb5.git] / src / include / ChangeLog
1 Thu Apr 13 16:05:08 1995 Keith Vetter (keithv@fusion.com)
2
3         * bsdlib.h, bstring.h, fake-std.h, syslog.h:  __STDC__ conditionals
4            also check for the _WINDOWS define.
5         * krb5.h: added FAR to pointers visible to the world.
6
7 Tue Mar 28 18:12:32 1995  John Gilmore  (gnu at toad.com)
8
9         * Makefile.in (KRB5_HEADERS, install):  `Make install' now works.
10         * configure.in (WITH_KRB5ROOT):  For `make install'.
11         * krb5.h:  Include "k5-errors.h" rather than "errors.h".
12
13 Fri Mar 17 19:10:41 1995  John Gilmore  (gnu at toad.com)
14
15         * krb5.h:  Move <sys/types> and u_long (etc) code to krb5/k5-config.h.
16         It is needed there when NEED_SOCKETS is defined.
17         * Makefile.in (all-mac, clean-mac):  Add.
18
19 Wed Mar 15 20:27:57 1995 Keith Vetter (keithv@fusion.com)
20
21         * Makefile.in: added recursion into krb5 for the PC.
22
23 Fri Mar 10 10:18:50 1995  Chris Provenzano (proven@mit.edu)
24
25         * krb5.h Added empty structure declaration of krb5_auth_context.
26
27         * k5-int.h Moved #include "adm_defs.h" to krb5.h
28
29 Thu Mar  2 23:24:00 1995  John Gilmore  (gnu at toad.com)
30
31         Make include files begin to work on the Macintosh.
32
33         * k5-int.h:  Remove krb5/ from #includes.  Rearrange #includes
34         so that time_t is defined before kdb.h is included.
35         * krb5.h:  Include k5-config.h first, so its #define's can
36         control the rest of the file.  If <sys/types.h> is not present,
37         define u_long, etc, manually.
38
39 Wed Feb 22 18:31:12 1995  John Gilmore  (gnu at toad.com)
40
41         * k5-int.h:  Remove commented-out <widen.h> and <narrow.h>.
42         * krb5.h: Same as old krb5/krb5.h, as a start.  Gradually things
43         that don't need to be exported will be moved from krb5.h into
44         k5-int.h (and vice verse for e.g. function prototypes).
45
46 Wed Jan 25 19:19:38 1995  John Gilmore  (gnu at toad.com)
47
48         Make it possible to #include "..." without using slashes,
49         for Macintosh support.
50
51         * krb5.h:  New file, the externally visible interface to
52         Kerberos V5.  Currently the whole kitchen sink, to bootstrap.
53         * k5-int.h:  New file, the internally visible declarations
54         needed by source files that are part of the Kerberos V5 library
55         itself.  Currently the same whole kitchen sink, to bootstrap.
56
57 Fri Nov 18 00:16:31 1994  Mark Eichin  <eichin@cygnus.com>
58
59         * configure.in: use WITH_CCOPTS.
60