idf.h 390 B

12345678910111213141516
  1. /*
  2. * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  3. * See the copyright notice in the ACK home directory, in the file "Copyright".
  4. */
  5. /* $Header$ */
  6. struct id_usr {
  7. struct macro *idu_macro;
  8. int idu_resmac;
  9. };
  10. #define IDF_TYPE struct id_usr
  11. #define IDF_HSIZE 6
  12. #define id_macro id_user.idu_macro
  13. #define id_resmac id_user.idu_resmac
  14. #include <idf_pkg.spec>