00001
00025
00026
00027 #include <math.h>
00028 #include <stdlib.h>
00029 #include <stdio.h>
00030 #include <string.h>
00031
00032 #ifndef __SCONFMPPEC__
00033 #define __SCONFMPPEC__
00034
00035 #ifndef __COMPILER__
00036 #include "compiler.h"
00037 #endif
00038 #ifndef __GM__
00039 #include "gm.h"
00040 #endif
00041
00042
00043 #include "gm.h"
00044 #include "ugstruct.h"
00045 #include "misc.h"
00046 #include "ugdevices.h"
00047 #include "commands.h"
00048 #include "cmdint.h"
00049 #include "cmdint.h"
00050 #include "cmdline.h"
00051 #include "general.h"
00052 #include "np.h"
00053 #include "assemble.h"
00054 #include "compiler.h"
00055 #include "namespace.h"
00056
00057 USING_UG_NAMESPACE
00058 USING_UGDIM_NAMESPACE
00059
00060
00061 INT sconfmpEnforcePEC(NP_BASE *base,
00062 INT embctype);
00063
00064 #endif