- introduced autotools

- first working version
  - make dist should work
  - things to do:
    - UML testing!
    - more cleanups
This commit is contained in:
Martin Willi
2006-05-16 14:24:03 +00:00
parent eedfdfbe6e
commit f2c2d395ff
130 changed files with 1825 additions and 6164 deletions
-2
View File
@@ -71,9 +71,7 @@ struct starter_end {
char *updown;
u_int16_t port;
u_int8_t protocol;
#ifdef VIRTUAL_IP
char *virt;
#endif
};
typedef struct also also_t;