Added GSM network support.
[lcr.git] / options.h
index 976aaba..872ac7d 100644 (file)
--- a/options.h
+++ b/options.h
@@ -28,6 +28,8 @@ struct options {
        char    email[128];             /* source email address */
        char    lock[128];              /* path of lock files */
        int     socketrights;           /* rights of lcr admin socket */
+
+       int     gsm;                    /* enable gsm support */
 };     
 
 extern struct options options;