Ver código fonte

Removed km_Makefile and km_README.

We will integrate the contents of km_Makefile into Makefile. Documentation
will be merged later.
Jan Janak 16 anos atrás
pai
commit
1a3eac890f
2 arquivos alterados com 0 adições e 98 exclusões
  1. 0 36
      modules/db_postgres/km_Makefile
  2. 0 62
      modules/db_postgres/km_README

+ 0 - 36
modules/db_postgres/km_Makefile

@@ -1,36 +0,0 @@
-# $Id$
-#
-# WARNING: do not run this directly, it should be run by the master Makefile
-
-include ../../Makefile.defs
-auto_gen=
-NAME=db_postgres.so
-
-
-# set CROSS_COMPILE to true if you want to skip
-# the autodetection
-# CROSS_COMPILE=true
-
-ifeq ($(CROSS_COMPILE),)
-PGCFG=$(shell which pg_config)
-endif
-
-ifneq ($(PGCFG),)
-
-	# use autodetection
-	DEFS += -I$(shell $(PGCFG) --includedir)
-	LIBS = -L$(shell $(PGCFG) --libdir) -lpq
-
-else
-
-	# use standard know paths
-	# libpq-fe.h locations
-	DEFS +=-I$(LOCALBASE)/include -I$(LOCALBASE)/pgsql/include \
-		 -I$(SYSBASE)/include/pgsql -I$(SYSBASE)/include/postgresql \
-		 -I$(SYSBASE)/include/postgresql/8.0
-	LIBS=-L$(LOCALBASE)/lib -L$(LOCALBASE)/pgsql/lib -L$(LOCALBASE)/lib/pgsql \
-		 -lpq
-
-endif
-
-include ../../Makefile.modules

+ 0 - 62
modules/db_postgres/km_README

@@ -1,62 +0,0 @@
-postgres Module
-
-Greg Fausak
-
-   August.net
-
-Edited by
-
-Greg Fausak
-
-   Copyright © 2003 Greg Fausak
-   Revision History
-   Revision $Revision$ $Date: 2008-08-06 12:08:33 +0200
-                              (Mi, 06 Aug 2008) $
-     __________________________________________________________
-
-   Table of Contents
-
-   1. Admin Guide
-
-        1.1. Overview
-        1.2. Dependencies
-
-              1.2.1. Kamailio Modules
-              1.2.2. External Libraries or Applications
-
-        1.3. Exported Parameters
-        1.4. Exported Functions
-        1.5. Installation and Running
-
-Chapter 1. Admin Guide
-
-1.1. Overview
-
-   Module description
-
-1.2. Dependencies
-
-1.2.1. Kamailio Modules
-
-   The following modules must be loaded before this module:
-     * No dependencies on other Kamailio modules.
-
-1.2.2. External Libraries or Applications
-
-   The following libraries or applications must be installed
-   before running Kamailio with this module loaded:
-     * PostgreSQL library - e.g., libpq5.
-     * PostgreSQL devel library - to compile the module (e.g.,
-       libpq-dev).
-
-1.3. Exported Parameters
-
-   NONE
-
-1.4. Exported Functions
-
-   NONE
-
-1.5. Installation and Running
-
-   Notes about installation and running.