diff options
Diffstat (limited to 'filter.c')
-rw-r--r-- | filter.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -43,10 +43,10 @@ /*---------------------------------------------------------------------------*/ /*--------Global Variables---------------------------------------------------*/ /*The name of the server*/ -char *netfs_server_name = "filter"; +char *netfs_server_name = PACKAGE_NAME; /*---------------------------------------------------------------------------*/ /*The version of the server*/ -char *netfs_server_version = "0.0"; +char *netfs_server_version = PACKAGE_VERSION; /*---------------------------------------------------------------------------*/ /*The maximal length of a chain of symbolic links*/ int netfs_maxsymlinks = 12; |