Functions
filename.cpp File Reference
#include "filename.h"
#include "util.h"
#include "config.h"

Go to the source code of this file.

Functions

static bool getCaseSenseNames ()
 

Function Documentation

static bool getCaseSenseNames ( )
static

Definition at line 143 of file filename.cpp.

144 {
145  static bool caseSenseNames = Config_getBool("CASE_SENSE_NAMES");
146  return caseSenseNames;
147 }
#define Config_getBool(val)
Definition: config.cpp:664