blob: ca27e43d1f1f996dbcf9bced3ea196b4bbc13f1d (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* $XFree86: xc/programs/Xserver/hw/xfree86/dummylib/dummylib.h,v 1.1 2000/02/13 03:06:38 dawes Exp $ */
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#ifndef _DUMMY_LIB_H
#define _DUMMY_LIB_H
#endif /* _DUMMY_LIB_H */
|