fssxeg.h 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. /*
  2. * CDE - Common Desktop Environment
  3. *
  4. * Copyright (c) 1993-2012, The Open Group. All rights reserved.
  5. *
  6. * These libraries and programs are free software; you can
  7. * redistribute them and/or modify them under the terms of the GNU
  8. * Lesser General Public License as published by the Free Software
  9. * Foundation; either version 2 of the License, or (at your option)
  10. * any later version.
  11. *
  12. * These libraries and programs are distributed in the hope that
  13. * they will be useful, but WITHOUT ANY WARRANTY; without even the
  14. * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
  15. * PURPOSE. See the GNU Lesser General Public License for more
  16. * details.
  17. *
  18. * You should have received a copy of the GNU Lesser General Public
  19. * License along with these libraries and programs; if not, write
  20. * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  21. * Floor, Boston, MA 02110-1301 USA
  22. */
  23. /* fssxeg.h 1.5 - Fujitsu source for CDEnext 96/07/18 13:19:30 */
  24. /* $XConsortium: fssxeg.h /main/4 1996/07/19 20:32:54 cde-fuj $ */
  25. /*
  26. * (c) Copyright 1995 FUJITSU LIMITED
  27. * This is source code modified by FUJITSU LIMITED under the Joint
  28. * Development Agreement for the CDEnext PST.
  29. * This is unpublished proprietary source code of FUJITSU LIMITED
  30. */
  31. #include "udccom.h" /* 1995.10.09 */
  32. #include "FaLib.h"
  33. #define ON 1
  34. #define OFF 0
  35. #define MAXPTNSIZE 128
  36. #define MAXPTNBYTE MAXPTNSIZE*((MAXPTNSIZE+7)/8)
  37. #define ERROR_VAL fal_utyerror
  38. #define EXISTS_FLAG fal_utyexists
  39. #define EDPANE_SIZE 400
  40. #define EDLIST_MAX 30