File: config.hin

package info (click to toggle)
libcdk5 5.0.20060507-4
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 2,708 kB
  • ctags: 2,852
  • sloc: ansic: 31,202; sh: 4,307; makefile: 658; sed: 43; cpp: 42
file content (14 lines) | stat: -rw-r--r-- 224 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* 
 * $Id: config.hin,v 1.2 2000/01/17 14:48:19 tom Exp $
 */

#ifndef CDK_CONFIG_H
#define CDK_CONFIG_H 1

@DEFS@

#if !defined(HAVE_LSTAT) && !defined(lstat)
#define lstat(f,b) stat(f,b)
#endif

#endif /* CDK_CONFIG_H */