diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/Makefile.am | 4 | ||||
-rw-r--r-- | common/xrdp_sockets.h (renamed from common/file_loc.h) | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index dab9d524..bfccca90 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -9,7 +9,8 @@ EXTRA_DIST = pixman-region.c include_HEADERS = \ xrdp_client_info.h \ xrdp_constants.h \ - xrdp_rail.h + xrdp_rail.h \ + xrdp_sockets.h AM_CPPFLAGS = \ -DXRDP_CFG_PATH=\"${sysconfdir}/xrdp\" \ @@ -36,7 +37,6 @@ libcommon_la_SOURCES = \ fifo.h \ file.c \ file.h \ - file_loc.h \ list.c \ list.h \ list16.c \ diff --git a/common/file_loc.h b/common/xrdp_sockets.h index 45178964..92be08ae 100644 --- a/common/file_loc.h +++ b/common/xrdp_sockets.h @@ -15,11 +15,11 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * default file locations for log, config, etc + * names of UNIX sockets for inter-process communication */ -#if !defined(FILE_LOC_H) -#define FILE_LOC_H +#if !defined(XRDP_SOCKETS_H) +#define XRDP_SOCKETS_H #define XRDP_CHANSRV_STR XRDP_SOCKET_PATH "/xrdp_chansrv_socket_%d" #define CHANSRV_PORT_OUT_STR XRDP_SOCKET_PATH "/xrdp_chansrv_audio_out_socket_%d" |