1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-12 05:01:15 +03:00

At this rate, maybe next year sometime I'll get this done...

Goals: reduce the difficulty of porting from platform to platform,
       release to release, but moving as much as possible into config.h
This commit is contained in:
Marc G. Fournier
1996-08-27 07:32:33 +00:00
parent e733befeed
commit 321b8c80fd
5 changed files with 25 additions and 12 deletions

View File

@@ -7,10 +7,13 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/adt/Attic/filename.c,v 1.1.1.1 1996/07/09 06:22:04 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/adt/Attic/filename.c,v 1.2 1996/08/27 07:32:32 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#include "config.h"
#include <string.h>
#include <stdio.h>
#ifndef WIN32