~ubuntu-branches/debian/jessie/libccd/jessie

« back to all changes in this revision

Viewing changes to src/ccd/config.h.m4

  • Committer: Package Import Robot
  • Author(s): Jose Luis Rivero
  • Date: 2014-03-24 16:51:48 UTC
  • Revision ID: package-import@ubuntu.com-20140324165148-mfno979f58rv322z
Tags: upstream-2.0
ImportĀ upstreamĀ versionĀ 2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef __CCD_CONFIG_H__
 
2
#define __CCD_CONFIG_H__
 
3
 
 
4
ifdef(`USE_SINGLE', `#define CCD_SINGLE')
 
5
ifdef(`USE_DOUBLE', `#define CCD_DOUBLE')
 
6
 
 
7
#endif /* __CCD_CONFIG_H__ */