diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-07-14 17:56:15 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-07-14 17:56:15 +0000 |
| commit | caf0d20fd8ddb972af244da026855c1d21842f9f (patch) | |
| tree | e7a067e6a2a18c4760fa896b96234b1bc9faa525 /src/base/modules.h | |
| parent | 790fbd52e4b738265a381a099019d2c9a86f9ee5 (diff) | |
- v scriptoch aren *.map sa do nazvu modulu nepridava jeho pripona, tu si program doplni sam podla OS
priklad : loadModule file="libmodWall"
git-svn-id: http://opensvn.csie.org/tuxanci_ng@138 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/base/modules.h')
| -rw-r--r-- | src/base/modules.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/base/modules.h b/src/base/modules.h index 5456ffb..1d68568 100644 --- a/src/base/modules.h +++ b/src/base/modules.h @@ -13,6 +13,9 @@ #include "image.h" #endif +#define MODULE_TYPE_UNIX ".so" +#define MODULE_TYPE_WIN ".dll" + typedef struct export_fce_s { int (*fce_getValue)(char *line, char *env, char *val, int len); |