/* @(#)aglbsd.h 17.1.1.1 (OAA-ASTRONET) 01/25/02 17:31:39 */ /* * HEADER : aglbsd.h - Vers 3.6.001 - Jul 1992 - L. Fini, OAA * - C. Guirao. ESO-IPG * * * This file contains standard includes needed by AGL, suitable * for any Unix BSD system * * C.Guirao: Some changes in the names of include files to make it more * pure BSD. * */ #define UNIX /* Define this system as Unix */ /* Standard libraries */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #ifndef MIDAS /* Midas ha his own mechanism to do that */ #include #define strchr(a,b) index(a,b) #define strrchr(a,b) rindex(a,b) #endif