added: autoconf environment
[lcr.git] / main.h
diff --git a/main.h b/main.h
index 6e679c0..f2cc3ff 100644 (file)
--- a/main.h
+++ b/main.h
@@ -13,7 +13,7 @@
 
 #define DEFAULT_ENDPOINT_APP EndpointAppPBX
 
-#define VERSION_STRING "0.1 (August 2007)"
+#define VERSION_STRING "0.2 (August 2007)"
 
 extern int memuse;
 extern int mmemuse;
@@ -115,8 +115,8 @@ void debug(const char *function, int line, char *prefix, char *buffer);
 extern "C" {
 #endif
 #ifndef SOCKET_MISDN
-#include <isdn_net.h>
-#include <../i4lnet/net_l3.h>
+#include <mISDNuser/isdn_net.h>
+#include <mISDNuser/net_l3.h>
 #endif
 #ifdef __cplusplus
 }
@@ -154,4 +154,10 @@ extern struct timezone now_tz;
 #define DIRECTION_OUT  1
 #define DIRECTION_IN   2
 
+#if 0
+struct lcr_fdset {
+       struct mISDNport *mISDNport;
+       int b_index;
+};
+#endif