This is lookup.h in view mode; [Download] [Up]
/* @(#)src/lookup.h 1.2 24 Oct 1990 05:23:32 */ /* * Copyright (C) 1987, 1988 Ronald S. Karr and Landon Curt Noll * * See the file COPYING, distributed with smail, for restriction * and warranty information. */ /* * lookup.: * Interface file for lookup.c */ /* macros used in communicating with functions in lookup.c */ #define DB_FAIL (-1) /* unrecoverable failure */ #define DB_AGAIN (-2) /* retry operation at a later time */ #define DB_NOMATCH (-3) /* no match was found */ #define DB_SUCCEED 0 /* operation was successful */ #define FILE_SUCCEED 0 /* operation on file was successful */ #define FILE_FAIL (-4) /* unrecoverable database failure */ #define FILE_AGAIN (-5) /* try using database later */ #define FILE_NOMATCH (-6) /* no such file */
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.