Add FXS support
[lcr.git] / main.h
diff --git a/main.h b/main.h
index 0c117e3..d571c4b 100644 (file)
--- a/main.h
+++ b/main.h
@@ -85,11 +85,8 @@ void debug(const char *file, const char *function, int line, const char *prefix,
 
 /*
  * load transmit buffer to avoid gaps at the beginning due to jitter
- * also the maximum load that will be kept in tx-buffer
- * also the (minimum) number of data to transmit in a frame
  */
 #define ISDN_LOAD      1024 // samples
-#define ISDN_MAXLOAD   2048 // samples
 
 /* give sendmail program. if not inside $PATH, give absolute path here (e.g. "/usr/sbin/sendmail")
  */
@@ -153,6 +150,7 @@ void debug(const char *file, const char *function, int line, const char *prefix,
 #ifdef WITH_MISDN
 #include "mISDN.h"
 #include "dss1.h"
+#include "fxs.h"
 #endif
 #if defined WITH_GSM_BS || defined WITH_GSM_MS
 #include "gsm.h"