File: srconfig.h

package info (click to toggle)
streamripper 1.64.6-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,904 kB
  • sloc: ansic: 11,699; sh: 8,548; makefile: 421; 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__ */