diff options
author | Marc G. Fournier <scrappy@hub.org> | 1997-12-19 22:47:00 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1997-12-19 22:47:00 +0000 |
commit | 903e21b4513a956bcbe2de6152b201b7fbd001f6 (patch) | |
tree | f179c10e8cb5d4158948d4c63b22630d033ae43e /src/backend/port/univel/frontend-port-protos.h | |
parent | 4ee5f2b96524acc1f6b27eb8d304bb3a9f96b376 (diff) |
More cleanups. Move alot of the prototype definitions straight into
config.h, right beside their appropriate HAVE_ #ifdefs...one central
location that is included everywhere...
Diffstat (limited to 'src/backend/port/univel/frontend-port-protos.h')
-rw-r--r-- | src/backend/port/univel/frontend-port-protos.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/src/backend/port/univel/frontend-port-protos.h b/src/backend/port/univel/frontend-port-protos.h deleted file mode 100644 index 215633b6b72..00000000000 --- a/src/backend/port/univel/frontend-port-protos.h +++ /dev/null @@ -1,22 +0,0 @@ -/*------------------------------------------------------------------------- - * - * port-protos.h-- - * port-specific prototypes for Intel x86/Intel SVR4 - * - * - * Copyright (c) 1994, Regents of the University of California - * - * port-protos.h,v 1.2 1995/03/17 06:40:18 andrew Exp - * - *------------------------------------------------------------------------- - */ -#ifndef FPORT_PROTOS_H -#define FPORT_PROTOS_H - -/* port.c */ -extern long random(void); -extern void srandom(int seed); -extern int strcasecmp(char *s1, char *s2); -extern int gethostname(char *name, int namelen); - -#endif /* FPORT_PROTOS_H */ |