/*************************************************************************** * * File Name: ./hprrm/rpsyshdr.h * * Copyright (C) 1993-1996 Hewlett-Packard Company. * All rights reserved. * * 11311 Chinden Blvd. * Boise, Idaho 83714 * * This is a part of the HP JetAdmin Printer Utility * * This source code is only intended as a supplement for support and * localization of HP JetAdmin by 3rd party Operating System vendors. * Modification of source code cannot be made without the express written * consent of Hewlett-Packard. * * * Description: * * Author: Name * * * Modification history: * * date initials change description * * mm-dd-yy MJB * * * * * * ***************************************************************************/ /* rpsyshdr.h */ /* This file includes for you the most commonly used */ /* include files */ #ifndef RPSYSHDR_INC #define RPSYSHDR_INC #include "nfsdefs.h" #ifdef USING_WINSOCKETS /******* BM KLUDGE **************************/ /************* HEADS UP ********************** * The TIRPC version of rpc.h included , * , and . The Unix * only does an include of -- we have * that already. For the PRINTER, the contents of * and are aliased in nfsalias.h * and/or implemented elsewhere. For any client, * we will need these contents somehow. */ /* NOTE: pch_c.h must be the first include file for COLA! */ #include #include /* and then others may follow */ #include #include #include #include #include #include /* winsock has a whole bunch of typedefs that are scattered */ /* throughout the system files. */ /* So if we are including winsock.h, we need it up front. */ /* * For Windows 3.1, winsock.h and wsipx.h aren't in the * include directories. We still use some winsock type * structs, so they have been copied into winhack.h and ipxhack.h * which will be used for both 16 and 32 bit compilers. */ #include ".\winhack.h" /* same as */ #include ".\ipxhack.h" /* same as */ #include ".\sxern.h" #include ".\sxtyps.h" #include ".\sxin.h" #include ".\sxtime.h" #include ".\sxif.h" #include ".\sxinet.h" #include ".\sxioct.h" #include ".\sxparm.h" #include ".\rpctypes.h" #include ".\rpcnetcf.h" #include ".\nfsalias.h" #include ".\uxhackxt.h" #endif /* USING_WINSOCKETS */ #endif /* not RPSYSHDR_INC */