/**-- Words to open a shared code object Copyright (C) Tektronix, Inc. 1998 - 2001. All rights reserved. @see GNU LGPL @author Tektronix CTE %derived_by: guidod % @version %version: 1.13 % (%date_modified: Thu May 10 12:01:58 2001 %) @description This file exports a set of system words for any OS that can dynamically bind object code to the interpreter. This part will then try to look up a symbol that can return a loadlist-table to be fed to the loadlist-loader routine. */ /* this file is loaded when no dl-functionality could be detected. Therefore, nothing useful is done, and we define some dummy routines that will always fail. @{ */ #if defined(__version_control__) && defined(__GNUC__)static char* id __attribute__((unused)) = "@(#) $Id: %full_filespec: dl-none.c~1.13:csrc:bln_12xx!1 % $" #endif #define _P4_SOURCE 1 #ifndef _export #include <pfe/def-config.h> #endif #include <errno.h>;
/*
|
/*
|
/*
|
/*
|
/* |