[go: up one dir, main page]

File: config-cmake.h.in

package info (click to toggle)
libdiscid 0.6.1-6
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,684 kB
  • ctags: 641
  • sloc: sh: 11,605; ansic: 2,451; makefile: 82
file content (17 lines) | stat: -rw-r--r-- 460 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* generated by cmake from config-cmake.h.in */

/* version string for debug output */
#define	PACKAGE_STRING "@PACKAGE_STRING@"

/**
 * Values needed by our sha1.h
 */

/* defined to 1 if words are stored with the most significant byte first
 * SPARC (mostly Solaris/SunOS) is an example */
#cmakedefine WORDS_BIGENDIAN

/* the size of "long", computed/tested by cmake
 * The value is needed, so cmakedefine doesn't work
 */
#define SIZEOF_LONG @SIZEOF_LONG@