File: srconfig.h

package info (click to toggle)
streamripper 1.64.6-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 1,804 kB
  • ctags: 1,271
  • sloc: ansic: 11,692; sh: 8,548; makefile: 437; perl: 34
file content (12 lines) | stat: -rw-r--r-- 199 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __SRCONFIG_H__
#define __SRCONFIG_H__

#if defined (WIN32)
#include "confw32.h"
#elif defined (HAVE_CONFIG_H)
#include "config.h"
#else
/* Do something */
#endif

#endif /* __SRCONFIG_H__ */