summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorPavel Roskin <plroskin@gmail.com>2017-03-18 10:15:50 -0700
committerjsorg71 <jay.sorg@gmail.com>2017-03-28 00:59:16 -0700
commit148afd11700aedcd23cee8a6dc2196f94a8fc7b6 (patch)
treeae79570a9607f6264efb200cc79b7a1e56dd5199 /common
parenta7ec7237c47d89dbfdacb5f4c7ae6cfb3d8615fd (diff)
downloadxrdp-proprietary-148afd11700aedcd23cee8a6dc2196f94a8fc7b6.tar.gz
xrdp-proprietary-148afd11700aedcd23cee8a6dc2196f94a8fc7b6.zip
Rename file_loc.h to xrdp_sockets.h, install it
Include xrdp_sockets.h directly, not through headers.
Diffstat (limited to 'common')
-rw-r--r--common/Makefile.am4
-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"