1. 20 Feb, 2001 1 commit
    • Bruce Momjian's avatar
      Changes: · 60ea34b0
      Bruce Momjian authored
      * reverse the change #include <> -> "" in krb.c.
        It _must not_ include files in "."
      * Makefile update.  Inconsistent var usage and SHLIB was
        not set.
      
      Now it should work with all external libs.
      
      arko Kreen
      60ea34b0
  2. 10 Feb, 2001 1 commit
    • Tom Lane's avatar
      Restructure the key include files per recent pghackers discussion: there · d08741ea
      Tom Lane authored
      are now separate files "postgres.h" and "postgres_fe.h", which are meant
      to be the primary include files for backend .c files and frontend .c files
      respectively.  By default, only include files meant for frontend use are
      installed into the installation include directory.  There is a new make
      target 'make install-all-headers' that adds the whole content of the
      src/include tree to the installed fileset, for use by people who want to
      develop server-side code without keeping the complete source tree on hand.
      Cleaned up a whole lot of crufty and inconsistent header inclusions.
      d08741ea
  3. 31 Oct, 2000 1 commit