summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2001-11-25 13:51:05 +0000
committerDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2001-11-25 13:51:05 +0000
commit03ce9881c5988b462152200cd55853fd669df5ae (patch)
treea622db957c214ee5ad1279530e0c3473f61d5242 /acconfig.h
parent783708a08de7d278d4fe1ebae4d0ea494fb35d81 (diff)
downloadxine-lib-03ce9881c5988b462152200cd55853fd669df5ae.tar.gz
xine-lib-03ce9881c5988b462152200cd55853fd669df5ae.tar.bz2
Some little cleanups.
CVS patchset: 1109 CVS date: 2001/11/25 13:51:05
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 8e7969521..16853add6 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,3 +1,6 @@
+#ifndef _CONFIG_H_
+#define _CONFIG_H_
+
#undef XINE_MAJOR
#undef XINE_MINOR
#undef XINE_SUB
@@ -96,3 +99,5 @@
#ifndef __GNUC__
#define __attribute__(x) /**/
#endif
+
+#endif