File: sysconf.h

package info (click to toggle)
vdr-plugin-markad 4.2.15-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,084 kB
  • sloc: cpp: 22,441; python: 613; makefile: 270; sh: 95
file content (9 lines) | stat: -rw-r--r-- 334 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#pragma once

/*******************************************************************************
 * sysconf() is POSIX only.
 * Put a dummy here, which only answers about just one question; _SC_LONG_BIT;
 ******************************************************************************/
#define _SC_LONG_BIT 1001

long sysconf(int name);